#0C9A2F

Color #0C9A2F Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #0C9A2F

Tints of Forest Green #0C9A2F

Color information

#0C9A2F (or 0x0C9A2F) is unknown color: approx Forest Green. HEX triplet: 0C, 9A and 2F. RGB value is (12,154,47). Sum of RGB (Red+Green+Blue) = 12+154+47=213 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.63% from 213); Green value is 154 (60.55% from 255 or 72.30% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 154 - color contains mainly: green. Hex color #0C9A2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9A2F is #F365D0. Grayscale: #636363. Windows color (decimal): -15951313 or 3119628. OLE color: 3119628.

HSL color Cylindrical-coordinate representation of color #0C9A2F: hue angle of 134.79º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9A2F is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB1215447-
CMYK0.9200.690.40
HSL134.79º85.54%32.55%-
HSV(B)134.79º92.21%60.39%-
XYZ12.2223.396.56-
YUV99.3498.4665.7-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.63%
GREEN value IS 154 (60.55% from 255) = 72.30%
BLUE value IS 47 (18.75% from 255) = 22.07%
R=5.63%
G=72.30%
B=22.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal12154470.9200.690.40134.7985.5432.55
HexC9A2F5C04528875621
Octal142325713401055020712641
Binary110010011010101111101110001000101101000100001111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,154,47); }

 H1.HeaderClassName
 {
   color: #0C9A2F;
 }
 .AnyTagClassName
 {
   color: #0C9A2F;
 }
</style>
background-color css

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

 a { background-color: rgb(12,154,47); }

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

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

 span { border-color: rgb(12,154,47); }

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