#2F960E

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

Shades of Forest Green #2F960E

Tints of Forest Green #2F960E

Color information

#2F960E (or 0x2F960E) is unknown color: approx Forest Green. HEX triplet: 2F, 96 and 0E. RGB value is (47,150,14). Sum of RGB (Red+Green+Blue) = 47+150+14=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 150 (58.98% from 255 or 71.09% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 150 - color contains mainly: green. Hex color #2F960E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F960E is #D069F1. Grayscale: #686868. Windows color (decimal): -13658610 or 955951. OLE color: 955951.

HSL color Cylindrical-coordinate representation of color #2F960E: hue angle of 105.44º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F960E is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB4715014-
CMYK0.6900.910.41
HSL105.44º82.93%32.16%-
HSV(B)105.44º90.67%58.82%-
XYZ12.1622.454.11-
YUV103.777.3887.56-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.27%
GREEN value IS 150 (58.98% from 255) = 71.09%
BLUE value IS 14 (5.86% from 255) = 6.64%
R=22.27%
G=71.09%
B=6.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal47150140.6900.910.41105.4482.9332.16
Hex2F96E4505B29695320
Octal572261610501335115112340
Binary10111110010110111010001010101101110100111010011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F960E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F960E; }

 p { color: rgb(47,150,14); }

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

<style>
 a { background-color: #2F960E; }

 a { background-color: rgb(47,150,14); }

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

<style>
 span { border-color: #2F960E; }

 span { border-color: rgb(47,150,14); }

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