#0F8019

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

Shades of Forest Green #0F8019

Tints of Forest Green #0F8019

Color information

#0F8019 (or 0x0F8019) is unknown color: approx Forest Green. HEX triplet: 0F, 80 and 19. RGB value is (15,128,25). Sum of RGB (Red+Green+Blue) = 15+128+25=168 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.93% from 168); Green value is 128 (50.39% from 255 or 76.19% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 128 - color contains mainly: green. Hex color #0F8019 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8019 is #F07FE6. Grayscale: #525252. Windows color (decimal): -15761383 or 1671183. OLE color: 1671183.

HSL color Cylindrical-coordinate representation of color #0F8019: hue angle of 125.31º 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 #0F8019 is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB1512825-
CMYK0.8800.800.50
HSL125.31º79.02%28.04%-
HSV(B)125.31º88.28%50.2%-
XYZ8.0915.613.51-
YUV82.4795.5679.88-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.93%
GREEN value IS 128 (50.39% from 255) = 76.19%
BLUE value IS 25 (10.16% from 255) = 14.88%
R=8.93%
G=76.19%
B=14.88%

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
Decimal15128250.8800.800.50125.3179.0228.04
HexF801958050327d4f1c
Octal172003113001206217511734
Binary111110000000110011011000010100001100101111101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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