#0F862E

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

Shades of Forest Green #0F862E

Tints of Forest Green #0F862E

Color information

#0F862E (or 0x0F862E) is unknown color: approx Forest Green. HEX triplet: 0F, 86 and 2E. RGB value is (15,134,46). Sum of RGB (Red+Green+Blue) = 15+134+46=195 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.69% from 195); Green value is 134 (52.73% from 255 or 68.72% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 134 - color contains mainly: green. Hex color #0F862E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F862E is #F079D1. Grayscale: #585858. Windows color (decimal): -15759826 or 3048975. OLE color: 3048975.

HSL color Cylindrical-coordinate representation of color #0F862E: hue angle of 135.63º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F862E is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1513446-
CMYK0.8900.660.47
HSL135.63º79.87%29.22%-
HSV(B)135.63º88.81%52.55%-
XYZ9.2217.355.45-
YUV88.39104.0875.66-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.69%
GREEN value IS 134 (52.73% from 255) = 68.72%
BLUE value IS 46 (18.36% from 255) = 23.59%
R=7.69%
G=68.72%
B=23.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal15134460.8900.660.47135.6379.8729.22
HexF862E590422F88501d
Octal172065613101025721012035
Binary11111000011010111010110010100001010111110001000101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F862E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,134,46); }

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

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

 a { background-color: rgb(15,134,46); }

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

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

 span { border-color: rgb(15,134,46); }

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