#2E960D

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

Shades of Forest Green #2E960D

Tints of Forest Green #2E960D

Color information

#2E960D (or 0x2E960D) is unknown color: approx Forest Green. HEX triplet: 2E, 96 and 0D. RGB value is (46,150,13). Sum of RGB (Red+Green+Blue) = 46+150+13=209 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.01% from 209); Green value is 150 (58.98% from 255 or 71.77% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 150 - color contains mainly: green. Hex color #2E960D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E960D is #D169F2. Grayscale: #676767. Windows color (decimal): -13724147 or 890414. OLE color: 890414.

HSL color Cylindrical-coordinate representation of color #2E960D: hue angle of 105.55º degrees, saturation: 0.84, 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 #2E960D is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB4615013-
CMYK0.6900.910.41
HSL105.55º84.05%31.96%-
HSV(B)105.55º91.33%58.82%-
XYZ12.1122.424.07-
YUV103.2977.0487.14-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.01%
GREEN value IS 150 (58.98% from 255) = 71.77%
BLUE value IS 13 (5.47% from 255) = 6.22%
R=22.01%
G=71.77%
B=6.22%

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
Decimal46150130.6900.910.41105.5584.0531.96
Hex2E96D4505B296a5420
Octal562261510501335115212440
Binary10111010010110110110001010101101110100111010101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E960D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,150,13); }

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

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

 a { background-color: rgb(46,150,13); }

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

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

 span { border-color: rgb(46,150,13); }

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