Html Css Color HEX #0C9134 Forest Green

📋 copy color: '#0C9134'

red 12 ◦ green 145 ◦ blue 52

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

Shades of Forest Green #0C9134

Tints of Forest Green #0C9134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.88%

R = 5.74%
G = 69.38%
B = 24.88%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#0C9134 (or 0x0C9134) is known color: Forest Green. HEX triplet: 0C, 91 and 34. RGB value is (12,145,52). Sum of RGB (Red+Green+Blue) = 12+145+52=209 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.74% from 209); Green value is 145 (57.03% from 255 or 69.38% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 145 - color contains mainly: green. Hex color #0C9134 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9134 is #F36ECB. Grayscale: #5E5E5E. Windows color (decimal): -15953612 or 3445004. OLE color: 3445004.

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

Color convert

RGB 12 145 52 -
CMYK 0.92 0 0.64 0.43
HSL 138.05º 0.85% 0.31% -
HSV(B) 138.05º 0.92% 0.57% -
XYZ 10.9 20.58 6.65 -
YUV 94.63 103.94 69.06 -
System Red Green Blue C M Y K H S L
Decimal 12 145 52 0.92 0 0.64 0.43 138.05 0.85 0.31
Hex C 91 34 5C 0 40 2B 8A 55 1F
Octal 14 221 64 134 0 100 53 212 125 37
Binary 1100 10010001 110100 1011100 0 1000000 101011 10001010 1010101 11111

Color Harmonies of #0C9134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9134

Black with #0C9134

Text Example


Text Example

White with #0C9134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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