Html Css Color HEX #0D9032 Forest Green

📋 copy color: '#0D9032'

red 13 ◦ green 144 ◦ blue 50

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

Shades of Forest Green #0D9032

Tints of Forest Green #0D9032

RGB

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

 GREEN value IS 144 (56.64% from 255) = 69.57%

 BLUE value IS 50 (19.92% from 255) = 24.15%

R = 6.28%
G = 69.57%
B = 24.15%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#0D9032 (or 0x0D9032) is known color: Forest Green. HEX triplet: 0D, 90 and 32. RGB value is (13,144,50). Sum of RGB (Red+Green+Blue) = 13+144+50=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 144 (56.64% from 255 or 69.57% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 144 - color contains mainly: green. Hex color #0D9032 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9032 is #F26FCD. Grayscale: #5E5E5E. Windows color (decimal): -15888334 or 3313677. OLE color: 3313677.

HSL color Cylindrical-coordinate representation of color #0D9032: hue angle of 136.95º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9032 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB 13 144 50 -
CMYK 0.91 0 0.65 0.44
HSL 136.95º 0.83% 0.31% -
HSV(B) 136.95º 0.91% 0.56% -
XYZ 10.71 20.26 6.36 -
YUV 94.12 103.1 70.14 -
System Red Green Blue C M Y K H S L
Decimal 13 144 50 0.91 0 0.65 0.44 136.95 0.83 0.31
Hex D 90 32 5B 0 41 2C 89 53 1F
Octal 15 220 62 133 0 101 54 211 123 37
Binary 1101 10010000 110010 1011011 0 1000001 101100 10001001 1010011 11111

Color Harmonies of #0D9032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9032

Black with #0D9032

Text Example


Text Example

White with #0D9032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,144,50); }

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

background-color css

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

 a { background-color: rgb(13,144,50); }

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

border-color css

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

 span { border-color: rgb(13,144,50); }

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