Html Css Color HEX #2E841C Forest Green

📋 copy color: '#2E841C'

red 46 ◦ green 132 ◦ blue 28

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

Shades of Forest Green #2E841C

Tints of Forest Green #2E841C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.59%

R = 22.33%
G = 64.08%
B = 13.59%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#2E841C (or 0x2E841C) is known color: Forest Green. HEX triplet: 2E, 84 and 1C. RGB value is (46,132,28). Sum of RGB (Red+Green+Blue) = 46+132+28=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 132 (51.95% from 255 or 64.08% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 132 - color contains mainly: green. Hex color #2E841C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E841C is #D17BE3. Grayscale: #5E5E5E. Windows color (decimal): -13728740 or 1868846. OLE color: 1868846.

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

Color convert

RGB 46 132 28 -
CMYK 0.65 0 0.79 0.48
HSL 109.62º 0.65% 0.31% -
HSV(B) 109.62º 0.79% 0.52% -
XYZ 9.59 17.17 3.91 -
YUV 94.43 90.51 93.46 -
System Red Green Blue C M Y K H S L
Decimal 46 132 28 0.65 0 0.79 0.48 109.62 0.65 0.31
Hex 2E 84 1C 41 0 4F 30 6E 41 1F
Octal 56 204 34 101 0 117 60 156 101 37
Binary 101110 10000100 11100 1000001 0 1001111 110000 1101110 1000001 11111

Color Harmonies of #2E841C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E841C

Black with #2E841C

Text Example


Text Example

White with #2E841C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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