#0F8B2C

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

Shades of Forest Green #0F8B2C

Tints of Forest Green #0F8B2C

Color information

#0F8B2C (or 0x0F8B2C) is unknown color: approx Forest Green. HEX triplet: 0F, 8B and 2C. RGB value is (15,139,44). Sum of RGB (Red+Green+Blue) = 15+139+44=198 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.58% from 198); Green value is 139 (54.69% from 255 or 70.20% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 139 - color contains mainly: green. Hex color #0F8B2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8B2C is #F074D3. Grayscale: #5B5B5B. Windows color (decimal): -15758548 or 2919183. OLE color: 2919183.

HSL color Cylindrical-coordinate representation of color #0F8B2C: hue angle of 134.03º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8B2C is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB1513944-
CMYK0.8900.680.45
HSL134.03º80.52%30.2%-
HSV(B)134.03º89.21%54.51%-
XYZ9.8818.755.48-
YUV91.09101.4273.72-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.58%
GREEN value IS 139 (54.69% from 255) = 70.20%
BLUE value IS 44 (17.58% from 255) = 22.22%
R=7.58%
G=70.20%
B=22.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal15139440.8900.680.45134.0380.5230.2
HexF8B2C590442D86511e
Octal172135413101045520612136
Binary11111000101110110010110010100010010110110000110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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