Html Css Color HEX #0D8A19 Forest Green

📋 copy color: '#0D8A19'

red 13 ◦ green 138 ◦ blue 25

#0D8A19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #0D8A19

Tints of Forest Green #0D8A19

RGB

 RED value IS 13 (5.47% from 255) = 7.39%

 GREEN value IS 138 (54.3% from 255) = 78.41%

 BLUE value IS 25 (10.16% from 255) = 14.2%

R = 7.39%
G = 78.41%
B = 14.2%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.82

 K value IS 0.46

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0D8A19 (or 0x0D8A19) is known color: Forest Green. HEX triplet: 0D, 8A and 19. RGB value is (13,138,25). Sum of RGB (Red+Green+Blue) = 13+138+25=176 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.39% from 176); Green value is 138 (54.30% from 255 or 78.41% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 138 - color contains mainly: green. Hex color #0D8A19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D8A19 is #F275E6. Grayscale: #585858. Windows color (decimal): -15889895 or 1673741. OLE color: 1673741.

HSL color Cylindrical-coordinate representation of color #0D8A19: hue angle of 125.76º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8A19 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB 13 138 25 -
CMYK 0.91 0 0.82 0.46
HSL 125.76º 0.83% 0.3% -
HSV(B) 125.76º 0.91% 0.54% -
XYZ 9.43 18.33 3.96 -
YUV 87.74 92.59 74.69 -
System Red Green Blue C M Y K H S L
Decimal 13 138 25 0.91 0 0.82 0.46 125.76 0.83 0.3
Hex D 8A 19 5B 0 52 2E 7E 53 1E
Octal 15 212 31 133 0 122 56 176 123 36
Binary 1101 10001010 11001 1011011 0 1010010 101110 1111110 1010011 11110

Color Harmonies of #0D8A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8A19

Black with #0D8A19

Text Example


Text Example

White with #0D8A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D8A19; }

 p { color: rgb(13,138,25); }

 H1.HeaderClassName
 {
   color: #0D8A19;
 }
 .AnyTagClassName
 {
   color: #0D8A19;
 }
</style>

background-color css

<style>
 a { background-color: #0D8A19; }

 a { background-color: rgb(13,138,25); }

 div.DivClassName
 {
   background-color: #0D8A19;
 }
 .BgClassName
 {
   background-color: #0D8A19;
 }
</style>

border-color css

<style>
 span { border-color: #0D8A19; }

 span { border-color: rgb(13,138,25); }

 td.TdClassName
 {
   border-color: #0D8A19;
 }
 .TagClassName
 {
   border-color: #0D8A19;
 }
</style>