#0F8B23

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

Shades of Forest Green #0F8B23

Tints of Forest Green #0F8B23

Color information

#0F8B23 (or 0x0F8B23) is unknown color: approx Forest Green. HEX triplet: 0F, 8B and 23. RGB value is (15,139,35). Sum of RGB (Red+Green+Blue) = 15+139+35=189 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.94% from 189); Green value is 139 (54.69% from 255 or 73.54% from 189); Blue value is 35 (14.06% from 255 or 18.52% from 189); Max value from RGB is 139 - color contains mainly: green. Hex color #0F8B23 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8B23 is #F074DC. Grayscale: #5A5A5A. Windows color (decimal): -15758557 or 2329359. OLE color: 2329359.

HSL color Cylindrical-coordinate representation of color #0F8B23: hue angle of 129.68º 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 #0F8B23 is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.45.

Color convert

RGB1513935-
CMYK0.8900.750.45
HSL129.68º80.52%30.2%-
HSV(B)129.68º89.21%54.51%-
XYZ9.7318.694.68-
YUV90.0796.9274.46-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.94%
GREEN value IS 139 (54.69% from 255) = 73.54%
BLUE value IS 35 (14.06% from 255) = 18.52%
R=7.94%
G=73.54%
B=18.52%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal15139350.8900.750.45129.6880.5230.2
HexF8B235904B2D82511e
Octal172134313101135520212136
Binary11111000101110001110110010100101110110110000010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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