COLOR #0D602A

HEX: #0D602A
RGB: (13,96,42)

Color info

#0D602A contains mainly green and blue colors. Web safe color of #0D602A is #006633 (or #063).

RGB color model

#0D602A color RGB value is (13,96,42).

  • red value is 13;
  • green value is 96;
  • blue value is 42.
RGB:
(13,96,42)
(5%,38%,16%)

RGB channels and saturation

R 13 of 255 = 5%
G 96 of 255 = 38%
B 42 of 255 = 16%

13
96
42

R + G + B ~ 20%. #0D602A is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 96 + 42 = 151 (100%)
R 13 of 151 ~ 8.61%
G 96 of 151 ~ 63.58%
B 42 of 151 ~ 27.81%

%63.58
%27.81

CMYK color model

#0D602A color CMYK value is (86,0,56,62).

  • cyan value is 86.46%
  • magenta value is 0.00%
  • yellow value is 56.25%
  • key color value is 62.35%
CMYK:
(86,0,56,62)
C86M0Y56K62 
(86%,0%,56%,62%)
(0.86/0.00/0.56/0.62)	

CMYK percentages

%86.46
%0
%56.25
%62.35

Codes

Color #0D602A in popluar color models

0D602A
RGB139642
HSL141°76.15%21.37%
HSB/HSV141°86.46%37.65%
CMYK86.46%0.00%56.25%
62.35%

Color #0D602A in popluar number systems.

HEX0D602A
Decimal139642
Binary11011100000101010
Octal1514052

Shades and tints

Shades of #0D602A

#0D602A
(13,96,42)
#0C5827
(12,88,39)
#0B5024
(11,80,36)
#0A4821
(10,72,33)
#09401E
(9,64,30)
#08381B
(8,56,27)
#073018
(7,48,24)
#062815
(6,40,21)
#052012
(5,32,18)
#04180F
(4,24,15)
#03100C
(3,16,12)
#000000
(0,0,0)

Tints of #0D602A

#0D602A
(13,96,42)
#236E3D
(35,110,61)
#397C50
(57,124,80)
#4F8A63
(79,138,99)
#659876
(101,152,118)
#7BA689
(123,166,137)
#91B49C
(145,180,156)
#A7C2AF
(167,194,175)
#BDD0C2
(189,208,194)
#D3DED5
(211,222,213)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D602A color. Also use rgb(13,96,42) instead hex code.

Text Font Color

.myTextColor { color: #0D602A; }

<p style="color:#0D602A">This sample text font color is #0D602A.</p>

This text font color is #0D602A.


Background Color

.myBgColor { background-color: #0D602A; }

<div style="background-color:#0D602A">Inner text</div>

This div background color is #0D602A.


Border color

.myBorderColor { border: 1px solid #0D602A; }

<div style="border:3px solid #0D602A">Div</div>

This div border color is #0D602A.


Opacity

.myOpacity80 { color: #0D602A; opacity: 0.8; }

<p style="color:#0D602A;opacity:0.8;">80%</p>

Text with #0D602A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0D602A;}

<p style="text-shadow: 3px 3px 1px #0D602A">Text here.</p>

This text has shadow with #0D602A color.

.textShadow {text-shadow: 3px 3px 1px #0D602A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0D602A, 5px 5px 20px red">Text here.</p>

This text has shadow with #0D602A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0D602A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0D602A, Direction=45, Strength=4)">Text</p>

This text has shadow with #0D602A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0D602A;
  -webkit-box-shadow:	1px 1px 3px 2px #0D602A;
  box-shadow:		1px 1px 3px 2px #0D602A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0D602A;
-webkit-box-shadow: 1px 1px 3px 2px #0D602A;
box-shadow:1px 1px 3px 2px #0D602A;">
Div content here</div>
This div box has shadow with color #0D602A.

Preview

Color preview on black background

This text has color #0D602A on black background.


Color preview on white background

This text has color #0D602A on white background.



Black color preview on #0D602A background

This text has black color on #0D602A background.


White color preview on #0D602A background

This text has white color on #0D602A background.