#2E9421

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

Shades of Forest Green #2E9421

Tints of Forest Green #2E9421

Color information

#2E9421 (or 0x2E9421) is unknown color: approx Forest Green. HEX triplet: 2E, 94 and 21. RGB value is (46,148,33). Sum of RGB (Red+Green+Blue) = 46+148+33=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 148 (58.20% from 255 or 65.20% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 148 - color contains mainly: green. Hex color #2E9421 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E9421 is #D16BDE. Grayscale: #686868. Windows color (decimal): -13724639 or 2200622. OLE color: 2200622.

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

Color convert

RGB4614833-
CMYK0.6900.780.42
HSL113.22º63.54%35.49%-
HSV(B)113.22º77.7%58.04%-
XYZ11.9921.875.03-
YUV104.3987.7186.35-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.26%
GREEN value IS 148 (58.20% from 255) = 65.20%
BLUE value IS 33 (13.28% from 255) = 14.54%
R=20.26%
G=65.20%
B=14.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46148330.6900.780.42113.2263.5435.49
Hex2E94214504E2A714023
Octal562244110501165216110043
Binary1011101001010010000110001010100111010101011100011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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