#0FA31E

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

Shades of Forest Green #0FA31E

Tints of Forest Green #0FA31E

Color information

#0FA31E (or 0x0FA31E) is unknown color: approx Forest Green. HEX triplet: 0F, A3 and 1E. RGB value is (15,163,30). Sum of RGB (Red+Green+Blue) = 15+163+30=208 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.21% from 208); Green value is 163 (64.06% from 255 or 78.37% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA31E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA31E is #F05CE1. Grayscale: #676767. Windows color (decimal): -15752418 or 2007823. OLE color: 2007823.

HSL color Cylindrical-coordinate representation of color #0FA31E: hue angle of 126.08º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA31E is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB1516330-
CMYK0.9100.820.36
HSL126.08º83.15%34.9%-
HSV(B)126.08º90.8%63.92%-
XYZ13.5326.395.61-
YUV103.5986.4764.81-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.21%
GREEN value IS 163 (64.06% from 255) = 78.37%
BLUE value IS 30 (12.11% from 255) = 14.42%
R=7.21%
G=78.37%
B=14.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15163300.9100.820.36126.0883.1534.9
HexFA31E5B052247e5323
Octal172433613301224417612343
Binary1111101000111111010110110101001010010011111101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,163,30); }

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

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

 a { background-color: rgb(15,163,30); }

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

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

 span { border-color: rgb(15,163,30); }

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