Html Css Color HEX #0D8420 Forest Green

📋 copy color: '#0D8420'

red 13 ◦ green 132 ◦ blue 32

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

Shades of Forest Green #0D8420

Tints of Forest Green #0D8420

RGB

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

 GREEN value IS 132 (51.95% from 255) = 74.58%

 BLUE value IS 32 (12.89% from 255) = 18.08%

R = 7.34%
G = 74.58%
B = 18.08%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#0D8420 (or 0x0D8420) is known color: Forest Green. HEX triplet: 0D, 84 and 20. RGB value is (13,132,32). Sum of RGB (Red+Green+Blue) = 13+132+32=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 132 (51.95% from 255 or 74.58% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 132 - color contains mainly: green. Hex color #0D8420 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8420 is #F27BDF. Grayscale: #555555. Windows color (decimal): -15891424 or 2130957. OLE color: 2130957.

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

Color convert

RGB 13 132 32 -
CMYK 0.90 0 0.76 0.48
HSL 129.58º 0.82% 0.28% -
HSV(B) 129.58º 0.9% 0.52% -
XYZ 8.68 16.69 4.13 -
YUV 85.02 98.08 76.63 -
System Red Green Blue C M Y K H S L
Decimal 13 132 32 0.90 0 0.76 0.48 129.58 0.82 0.28
Hex D 84 20 5A 0 4C 30 82 52 1C
Octal 15 204 40 132 0 114 60 202 122 34
Binary 1101 10000100 100000 1011010 0 1001100 110000 10000010 1010010 11100

Color Harmonies of #0D8420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8420

Black with #0D8420

Text Example


Text Example

White with #0D8420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,132,32); }

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

background-color css

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

 a { background-color: rgb(13,132,32); }

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

border-color css

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

 span { border-color: rgb(13,132,32); }

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