Html Css Color HEX #0C9431 Forest Green

📋 copy color: '#0C9431'

red 12 ◦ green 148 ◦ blue 49

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

Shades of Forest Green #0C9431

Tints of Forest Green #0C9431

RGB

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

 GREEN value IS 148 (58.2% from 255) = 70.81%

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

R = 5.74%
G = 70.81%
B = 23.44%

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

#0C9431 (or 0x0C9431) is known color: Forest Green. HEX triplet: 0C, 94 and 31. RGB value is (12,148,49). Sum of RGB (Red+Green+Blue) = 12+148+49=209 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.74% from 209); Green value is 148 (58.20% from 255 or 70.81% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 148 - color contains mainly: green. Hex color #0C9431 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9431 is #F36BCE. Grayscale: #606060. Windows color (decimal): -15952847 or 3249164. OLE color: 3249164.

HSL color Cylindrical-coordinate representation of color #0C9431: hue angle of 136.32º 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 #0C9431 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 12 148 49 -
CMYK 0.92 0 0.67 0.42
HSL 136.32º 0.85% 0.31% -
HSV(B) 136.32º 0.92% 0.58% -
XYZ 11.3 21.48 6.46 -
YUV 96.05 101.44 68.05 -
System Red Green Blue C M Y K H S L
Decimal 12 148 49 0.92 0 0.67 0.42 136.32 0.85 0.31
Hex C 94 31 5C 0 43 2A 88 55 1F
Octal 14 224 61 134 0 103 52 210 125 37
Binary 1100 10010100 110001 1011100 0 1000011 101010 10001000 1010101 11111

Color Harmonies of #0C9431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9431

Black with #0C9431

Text Example


Text Example

White with #0C9431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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