#0F802A

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

Shades of Forest Green #0F802A

Tints of Forest Green #0F802A

Color information

#0F802A (or 0x0F802A) is unknown color: approx Forest Green. HEX triplet: 0F, 80 and 2A. RGB value is (15,128,42). Sum of RGB (Red+Green+Blue) = 15+128+42=185 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.11% from 185); Green value is 128 (50.39% from 255 or 69.19% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 128 - color contains mainly: green. Hex color #0F802A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F802A is #F07FD5. Grayscale: #545454. Windows color (decimal): -15761366 or 2785295. OLE color: 2785295.

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

Color convert

RGB1512842-
CMYK0.8800.670.50
HSL134.34º79.02%28.04%-
HSV(B)134.34º88.28%50.2%-
XYZ8.3315.714.78-
YUV84.41104.0678.49-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.11%
GREEN value IS 128 (50.39% from 255) = 69.19%
BLUE value IS 42 (16.80% from 255) = 22.70%
R=8.11%
G=69.19%
B=22.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal15128420.8800.670.50134.3479.0228.04
HexF802A5804332864f1c
Octal172005213001036220611734
Binary11111000000010101010110000100001111001010000110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F802A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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