#0F912C

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

Shades of Forest Green #0F912C

Tints of Forest Green #0F912C

Color information

#0F912C (or 0x0F912C) is unknown color: approx Forest Green. HEX triplet: 0F, 91 and 2C. RGB value is (15,145,44). Sum of RGB (Red+Green+Blue) = 15+145+44=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 145 (57.03% from 255 or 71.08% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 145 - color contains mainly: green. Hex color #0F912C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F912C is #F06ED3. Grayscale: #5E5E5E. Windows color (decimal): -15757012 or 2920719. OLE color: 2920719.

HSL color Cylindrical-coordinate representation of color #0F912C: hue angle of 133.38º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F912C is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB1514544-
CMYK0.9000.700.43
HSL133.38º81.25%31.37%-
HSV(B)133.38º89.66%56.86%-
XYZ10.7820.535.78-
YUV94.6299.4371.21-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.35%
GREEN value IS 145 (57.03% from 255) = 71.08%
BLUE value IS 44 (17.58% from 255) = 21.57%
R=7.35%
G=71.08%
B=21.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal15145440.9000.700.43133.3881.2531.37
HexF912C5A0462B85511f
Octal172215413201065320512137
Binary11111001000110110010110100100011010101110000101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F912C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,145,44); }

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

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

 a { background-color: rgb(15,145,44); }

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

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

 span { border-color: rgb(15,145,44); }

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