Html Css Color HEX #2E891F Forest Green

📋 copy color: '#2E891F'

red 46 ◦ green 137 ◦ blue 31

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

Shades of Forest Green #2E891F

Tints of Forest Green #2E891F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 64.02%

 BLUE value IS 31 (12.5% from 255) = 14.49%

R = 21.5%
G = 64.02%
B = 14.49%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#2E891F (or 0x2E891F) is known color: Forest Green. HEX triplet: 2E, 89 and 1F. RGB value is (46,137,31). Sum of RGB (Red+Green+Blue) = 46+137+31=214 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.50% from 214); Green value is 137 (53.91% from 255 or 64.02% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 137 - color contains mainly: green. Hex color #2E891F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E891F is #D176E0. Grayscale: #626262. Windows color (decimal): -13727457 or 2066734. OLE color: 2066734.

HSL color Cylindrical-coordinate representation of color #2E891F: hue angle of 111.51º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E891F is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 46 137 31 -
CMYK 0.66 0 0.77 0.46
HSL 111.51º 0.63% 0.33% -
HSV(B) 111.51º 0.77% 0.54% -
XYZ 10.32 18.57 4.34 -
YUV 97.71 90.35 91.12 -
System Red Green Blue C M Y K H S L
Decimal 46 137 31 0.66 0 0.77 0.46 111.51 0.63 0.33
Hex 2E 89 1F 42 0 4D 2E 70 3F 21
Octal 56 211 37 102 0 115 56 160 77 41
Binary 101110 10001001 11111 1000010 0 1001101 101110 1110000 111111 100001

Color Harmonies of #2E891F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E891F

Black with #2E891F

Text Example


Text Example

White with #2E891F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,137,31); }

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

background-color css

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

 a { background-color: rgb(46,137,31); }

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

border-color css

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

 span { border-color: rgb(46,137,31); }

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