Html Css Color HEX #0C9331 Forest Green

📋 copy color: '#0C9331'

red 12 ◦ green 147 ◦ blue 49

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

Shades of Forest Green #0C9331

Tints of Forest Green #0C9331

RGB

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

 GREEN value IS 147 (57.81% from 255) = 70.67%

 BLUE value IS 49 (19.53% from 255) = 23.56%

R = 5.77%
G = 70.67%
B = 23.56%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#0C9331 (or 0x0C9331) is known color: Forest Green. HEX triplet: 0C, 93 and 31. RGB value is (12,147,49). Sum of RGB (Red+Green+Blue) = 12+147+49=208 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.77% from 208); Green value is 147 (57.81% from 255 or 70.67% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 147 - color contains mainly: green. Hex color #0C9331 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9331 is #F36CCE. Grayscale: #5F5F5F. Windows color (decimal): -15953103 or 3248908. OLE color: 3248908.

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

Color convert

RGB 12 147 49 -
CMYK 0.92 0 0.67 0.42
HSL 136.44º 0.85% 0.31% -
HSV(B) 136.44º 0.92% 0.58% -
XYZ 11.14 21.17 6.4 -
YUV 95.46 101.77 68.47 -
System Red Green Blue C M Y K H S L
Decimal 12 147 49 0.92 0 0.67 0.42 136.44 0.85 0.31
Hex C 93 31 5C 0 43 2A 88 55 1F
Octal 14 223 61 134 0 103 52 210 125 37
Binary 1100 10010011 110001 1011100 0 1000011 101010 10001000 1010101 11111

Color Harmonies of #0C9331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9331

Black with #0C9331

Text Example


Text Example

White with #0C9331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,147,49); }

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

background-color css

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

 a { background-color: rgb(12,147,49); }

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

border-color css

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

 span { border-color: rgb(12,147,49); }

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