Html Css Color HEX #0C9130 Forest Green

📋 copy color: '#0C9130'

red 12 ◦ green 145 ◦ blue 48

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

Shades of Forest Green #0C9130

Tints of Forest Green #0C9130

RGB

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

 GREEN value IS 145 (57.03% from 255) = 70.73%

 BLUE value IS 48 (19.14% from 255) = 23.41%

R = 5.85%
G = 70.73%
B = 23.41%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#0C9130 (or 0x0C9130) is known color: Forest Green. HEX triplet: 0C, 91 and 30. RGB value is (12,145,48). Sum of RGB (Red+Green+Blue) = 12+145+48=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 145 (57.03% from 255 or 70.73% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 145 - color contains mainly: green. Hex color #0C9130 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9130 is #F36ECF. Grayscale: #5E5E5E. Windows color (decimal): -15953616 or 3182860. OLE color: 3182860.

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

Color convert

RGB 12 145 48 -
CMYK 0.92 0 0.67 0.43
HSL 136.24º 0.85% 0.31% -
HSV(B) 136.24º 0.92% 0.57% -
XYZ 10.81 20.54 6.19 -
YUV 94.18 101.94 69.39 -
System Red Green Blue C M Y K H S L
Decimal 12 145 48 0.92 0 0.67 0.43 136.24 0.85 0.31
Hex C 91 30 5C 0 43 2B 88 55 1F
Octal 14 221 60 134 0 103 53 210 125 37
Binary 1100 10010001 110000 1011100 0 1000011 101011 10001000 1010101 11111

Color Harmonies of #0C9130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9130

Black with #0C9130

Text Example


Text Example

White with #0C9130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,145,48); }

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

background-color css

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

 a { background-color: rgb(12,145,48); }

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

border-color css

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

 span { border-color: rgb(12,145,48); }

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