Html Css Color HEX #0C9032 Forest Green

📋 copy color: '#0C9032'

red 12 ◦ green 144 ◦ blue 50

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

Shades of Forest Green #0C9032

Tints of Forest Green #0C9032

RGB

 RED value IS 12 (5.08% from 255) = 5.83%

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

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

R = 5.83%
G = 69.9%
B = 24.27%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#0C9032 (or 0x0C9032) is known color: Forest Green. HEX triplet: 0C, 90 and 32. RGB value is (12,144,50). Sum of RGB (Red+Green+Blue) = 12+144+50=206 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.83% from 206); Green value is 144 (56.64% from 255 or 69.90% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 144 - color contains mainly: green. Hex color #0C9032 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9032 is #F36FCD. Grayscale: #5E5E5E. Windows color (decimal): -15953870 or 3313676. OLE color: 3313676.

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

Color convert

RGB 12 144 50 -
CMYK 0.92 0 0.65 0.44
HSL 137.27º 0.85% 0.31% -
HSV(B) 137.27º 0.92% 0.56% -
XYZ 10.7 20.25 6.36 -
YUV 93.82 103.27 69.64 -
System Red Green Blue C M Y K H S L
Decimal 12 144 50 0.92 0 0.65 0.44 137.27 0.85 0.31
Hex C 90 32 5C 0 41 2C 89 55 1F
Octal 14 220 62 134 0 101 54 211 125 37
Binary 1100 10010000 110010 1011100 0 1000001 101100 10001001 1010101 11111

Color Harmonies of #0C9032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9032

Black with #0C9032

Text Example


Text Example

White with #0C9032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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