#2E9621

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

Shades of Forest Green #2E9621

Tints of Forest Green #2E9621

Color information

#2E9621 (or 0x2E9621) is unknown color: approx Forest Green. HEX triplet: 2E, 96 and 21. RGB value is (46,150,33). Sum of RGB (Red+Green+Blue) = 46+150+33=229 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.09% from 229); Green value is 150 (58.98% from 255 or 65.50% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 150 - color contains mainly: green. Hex color #2E9621 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E9621 is #D169DE. Grayscale: #696969. Windows color (decimal): -13724127 or 2201134. OLE color: 2201134.

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

Color convert

RGB4615033-
CMYK0.6900.780.41
HSL113.33º63.93%35.88%-
HSV(B)113.33º78%58.82%-
XYZ12.3122.55.13-
YUV105.5787.0485.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.09%
GREEN value IS 150 (58.98% from 255) = 65.50%
BLUE value IS 33 (13.28% from 255) = 14.41%
R=20.09%
G=65.50%
B=14.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal46150330.6900.780.41113.3363.9335.88
Hex2E96214504E29714024
Octal562264110501165116110044
Binary1011101001011010000110001010100111010100111100011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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