Html Css Color HEX #0D8519 Forest Green

📋 copy color: '#0D8519'

red 13 ◦ green 133 ◦ blue 25

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

Shades of Forest Green #0D8519

Tints of Forest Green #0D8519

RGB

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

 GREEN value IS 133 (52.34% from 255) = 77.78%

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

R = 7.6%
G = 77.78%
B = 14.62%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#0D8519 (or 0x0D8519) is known color: Forest Green. HEX triplet: 0D, 85 and 19. RGB value is (13,133,25). Sum of RGB (Red+Green+Blue) = 13+133+25=171 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.60% from 171); Green value is 133 (52.34% from 255 or 77.78% from 171); Blue value is 25 (10.16% from 255 or 14.62% from 171); Max value from RGB is 133 - color contains mainly: green. Hex color #0D8519 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D8519 is #F27AE6. Grayscale: #555555. Windows color (decimal): -15891175 or 1672461. OLE color: 1672461.

HSL color Cylindrical-coordinate representation of color #0D8519: hue angle of 126º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8519 is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB 13 133 25 -
CMYK 0.90 0 0.81 0.48
HSL 126º 0.82% 0.29% -
HSV(B) 126º 0.9% 0.52% -
XYZ 8.73 16.93 3.73 -
YUV 84.81 94.24 76.78 -
System Red Green Blue C M Y K H S L
Decimal 13 133 25 0.90 0 0.81 0.48 126 0.82 0.29
Hex D 85 19 5A 0 51 30 7E 52 1D
Octal 15 205 31 132 0 121 60 176 122 35
Binary 1101 10000101 11001 1011010 0 1010001 110000 1111110 1010010 11101

Color Harmonies of #0D8519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8519

Black with #0D8519

Text Example


Text Example

White with #0D8519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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