#2E9630

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

Shades of Forest Green #2E9630

Tints of Forest Green #2E9630

Color information

#2E9630 (or 0x2E9630) is unknown color: approx Forest Green. HEX triplet: 2E, 96 and 30. RGB value is (46,150,48). Sum of RGB (Red+Green+Blue) = 46+150+48=244 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.85% from 244); Green value is 150 (58.98% from 255 or 61.48% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 150 - color contains mainly: green. Hex color #2E9630 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E9630 is #D169CF. Grayscale: #6B6B6B. Windows color (decimal): -13724112 or 3184174. OLE color: 3184174.

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

Color convert

RGB4615048-
CMYK0.6900.680.41
HSL121.15º53.06%38.43%-
HSV(B)121.15º69.33%58.82%-
XYZ12.5722.616.5-
YUV107.2894.5484.29-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.85%
GREEN value IS 150 (58.98% from 255) = 61.48%
BLUE value IS 48 (19.14% from 255) = 19.67%
R=18.85%
G=61.48%
B=19.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal46150480.6900.680.41121.1553.0638.43
Hex2E96304504429793526
Octal56226601050104511716546
Binary101110100101101100001000101010001001010011111001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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