Html Css Color HEX #2E8421 Forest Green

📋 copy color: '#2E8421'

red 46 ◦ green 132 ◦ blue 33

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

Shades of Forest Green #2E8421

Tints of Forest Green #2E8421

RGB

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

 GREEN value IS 132 (51.95% from 255) = 62.56%

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

R = 21.8%
G = 62.56%
B = 15.64%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#2E8421 (or 0x2E8421) is known color: Forest Green. HEX triplet: 2E, 84 and 21. RGB value is (46,132,33). Sum of RGB (Red+Green+Blue) = 46+132+33=211 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.80% from 211); Green value is 132 (51.95% from 255 or 62.56% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 132 - color contains mainly: green. Hex color #2E8421 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8421 is #D17BDE. Grayscale: #5F5F5F. Windows color (decimal): -13728735 or 2196526. OLE color: 2196526.

HSL color Cylindrical-coordinate representation of color #2E8421: hue angle of 112.12º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E8421 is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB 46 132 33 -
CMYK 0.65 0 0.75 0.48
HSL 112.12º 0.6% 0.32% -
HSV(B) 112.12º 0.75% 0.52% -
XYZ 9.65 17.19 4.25 -
YUV 95 93.01 93.05 -
System Red Green Blue C M Y K H S L
Decimal 46 132 33 0.65 0 0.75 0.48 112.12 0.6 0.32
Hex 2E 84 21 41 0 4B 30 70 3C 20
Octal 56 204 41 101 0 113 60 160 74 40
Binary 101110 10000100 100001 1000001 0 1001011 110000 1110000 111100 100000

Color Harmonies of #2E8421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8421

Black with #2E8421

Text Example


Text Example

White with #2E8421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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