#0F801A

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

Shades of Forest Green #0F801A

Tints of Forest Green #0F801A

Color information

#0F801A (or 0x0F801A) is unknown color: approx Forest Green. HEX triplet: 0F, 80 and 1A. RGB value is (15,128,26). Sum of RGB (Red+Green+Blue) = 15+128+26=169 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.88% from 169); Green value is 128 (50.39% from 255 or 75.74% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 128 - color contains mainly: green. Hex color #0F801A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F801A is #F07FE5. Grayscale: #525252. Windows color (decimal): -15761382 or 1736719. OLE color: 1736719.

HSL color Cylindrical-coordinate representation of color #0F801A: hue angle of 125.84º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F801A is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB1512826-
CMYK0.8800.800.50
HSL125.84º79.02%28.04%-
HSV(B)125.84º88.28%50.2%-
XYZ8.115.613.56-
YUV82.5896.0679.79-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.88%
GREEN value IS 128 (50.39% from 255) = 75.74%
BLUE value IS 26 (10.55% from 255) = 15.38%
R=8.88%
G=75.74%
B=15.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal15128260.8800.800.50125.8479.0228.04
HexF801A58050327e4f1c
Octal172003213001206217611734
Binary111110000000110101011000010100001100101111110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F801A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,128,26); }

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

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

 a { background-color: rgb(15,128,26); }

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

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

 span { border-color: rgb(15,128,26); }

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