Html Css Color HEX #2EAD21 Forest Green

📋 copy color: '#2EAD21'

red 46 ◦ green 173 ◦ blue 33

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

Shades of Forest Green #2EAD21

Tints of Forest Green #2EAD21

RGB

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

 GREEN value IS 173 (67.97% from 255) = 68.65%

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

R = 18.25%
G = 68.65%
B = 13.1%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#2EAD21 (or 0x2EAD21) is known color: Forest Green. HEX triplet: 2E, AD and 21. RGB value is (46,173,33). Sum of RGB (Red+Green+Blue) = 46+173+33=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 173 (67.97% from 255 or 68.65% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 173 - color contains mainly: green. Hex color #2EAD21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAD21 is #D152DE. Grayscale: #777777. Windows color (decimal): -13718239 or 2207022. OLE color: 2207022.

HSL color Cylindrical-coordinate representation of color #2EAD21: hue angle of 114.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EAD21 is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.32.

Color convert

RGB 46 173 33 -
CMYK 0.73 0 0.81 0.32
HSL 114.43º 0.68% 0.4% -
HSV(B) 114.43º 0.81% 0.68% -
XYZ 16.34 30.58 6.48 -
YUV 119.07 79.42 75.88 -
System Red Green Blue C M Y K H S L
Decimal 46 173 33 0.73 0 0.81 0.32 114.43 0.68 0.4
Hex 2E AD 21 49 0 51 20 72 44 28
Octal 56 255 41 111 0 121 40 162 104 50
Binary 101110 10101101 100001 1001001 0 1010001 100000 1110010 1000100 101000

Color Harmonies of #2EAD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAD21

Black with #2EAD21

Text Example


Text Example

White with #2EAD21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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