Html Css Color HEX #2E991D Forest Green

📋 copy color: '#2E991D'

red 46 ◦ green 153 ◦ blue 29

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

Shades of Forest Green #2E991D

Tints of Forest Green #2E991D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 67.11%

 BLUE value IS 29 (11.72% from 255) = 12.72%

R = 20.18%
G = 67.11%
B = 12.72%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.81

 K value IS 0.4

RGB Variations

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

Color information

#2E991D (or 0x2E991D) is known color: Forest Green. HEX triplet: 2E, 99 and 1D. RGB value is (46,153,29). Sum of RGB (Red+Green+Blue) = 46+153+29=228 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.18% from 228); Green value is 153 (60.16% from 255 or 67.11% from 228); Blue value is 29 (11.72% from 255 or 12.72% from 228); Max value from RGB is 153 - color contains mainly: green. Hex color #2E991D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E991D is #D166E2. Grayscale: #6B6B6B. Windows color (decimal): -13723363 or 1939758. OLE color: 1939758.

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

Color convert

RGB 46 153 29 -
CMYK 0.70 0 0.81 0.4
HSL 111.77º 0.68% 0.36% -
HSV(B) 111.77º 0.81% 0.6% -
XYZ 12.74 23.45 5.02 -
YUV 106.87 84.05 84.58 -
System Red Green Blue C M Y K H S L
Decimal 46 153 29 0.70 0 0.81 0.4 111.77 0.68 0.36
Hex 2E 99 1D 46 0 51 28 70 44 24
Octal 56 231 35 106 0 121 50 160 104 44
Binary 101110 10011001 11101 1000110 0 1010001 101000 1110000 1000100 100100

Color Harmonies of #2E991D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E991D

Black with #2E991D

Text Example


Text Example

White with #2E991D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,153,29); }

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

background-color css

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

 a { background-color: rgb(46,153,29); }

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

border-color css

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

 span { border-color: rgb(46,153,29); }

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