#0F972C

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

Shades of Forest Green #0F972C

Tints of Forest Green #0F972C

Color information

#0F972C (or 0x0F972C) is unknown color: approx Forest Green. HEX triplet: 0F, 97 and 2C. RGB value is (15,151,44). Sum of RGB (Red+Green+Blue) = 15+151+44=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 151 (59.38% from 255 or 71.90% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 151 - color contains mainly: green. Hex color #0F972C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F972C is #F068D3. Grayscale: #626262. Windows color (decimal): -15755476 or 2922255. OLE color: 2922255.

HSL color Cylindrical-coordinate representation of color #0F972C: hue angle of 132.79º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F972C is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB1515144-
CMYK0.9000.710.41
HSL132.79º81.93%32.55%-
HSV(B)132.79º90.07%59.22%-
XYZ11.7222.426.09-
YUV98.1497.4468.7-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.14%
GREEN value IS 151 (59.38% from 255) = 71.90%
BLUE value IS 44 (17.58% from 255) = 20.95%
R=7.14%
G=71.90%
B=20.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15151440.9000.710.41132.7981.9332.55
HexF972C5A04729855221
Octal172275413201075120512241
Binary111110010111101100101101001000111101001100001011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F972C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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