Html Css Color HEX #2E9821 Forest Green

📋 copy color: '#2E9821'

red 46 ◦ green 152 ◦ blue 33

#2E9821
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #2E9821

Tints of Forest Green #2E9821

RGB

 RED value IS 46 (18.36% from 255) = 19.91%

 GREEN value IS 152 (59.77% from 255) = 65.8%

 BLUE value IS 33 (13.28% from 255) = 14.29%

R = 19.91%
G = 65.8%
B = 14.29%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#2E9821 (or 0x2E9821) is known color: Forest Green. HEX triplet: 2E, 98 and 21. RGB value is (46,152,33). Sum of RGB (Red+Green+Blue) = 46+152+33=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 152 (59.77% from 255 or 65.80% from 231); Blue value is 33 (13.28% from 255 or 14.29% from 231); Max value from RGB is 152 - color contains mainly: green. Hex color #2E9821 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E9821 is #D167DE. Grayscale: #6B6B6B. Windows color (decimal): -13723615 or 2201646. OLE color: 2201646.

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

Color convert

RGB 46 152 33 -
CMYK 0.70 0 0.78 0.40
HSL 113.45º 0.64% 0.36% -
HSV(B) 113.45º 0.78% 0.6% -
XYZ 12.63 23.15 5.24 -
YUV 106.74 86.38 84.68 -
System Red Green Blue C M Y K H S L
Decimal 46 152 33 0.70 0 0.78 0.40 113.45 0.64 0.36
Hex 2E 98 21 46 0 4E 28 71 40 24
Octal 56 230 41 106 0 116 50 161 100 44
Binary 101110 10011000 100001 1000110 0 1001110 101000 1110001 1000000 100100

Color Harmonies of #2E9821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9821

Black with #2E9821

Text Example


Text Example

White with #2E9821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E9821;
 }
 .AnyTagClassName
 {
   color: #2E9821;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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