Html Css Color HEX #2E9114 Forest Green

📋 copy color: '#2E9114'

red 46 ◦ green 145 ◦ blue 20

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

Shades of Forest Green #2E9114

Tints of Forest Green #2E9114

RGB

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

 GREEN value IS 145 (57.03% from 255) = 68.72%

 BLUE value IS 20 (8.2% from 255) = 9.48%

R = 21.8%
G = 68.72%
B = 9.48%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#2E9114 (or 0x2E9114) is known color: Forest Green. HEX triplet: 2E, 91 and 14. RGB value is (46,145,20). Sum of RGB (Red+Green+Blue) = 46+145+20=211 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.80% from 211); Green value is 145 (57.03% from 255 or 68.72% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 145 - color contains mainly: green. Hex color #2E9114 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E9114 is #D16EEB. Grayscale: #656565. Windows color (decimal): -13725420 or 1347886. OLE color: 1347886.

HSL color Cylindrical-coordinate representation of color #2E9114: hue angle of 107.52º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2E9114 is Cyan = 0.68, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 46 145 20 -
CMYK 0.68 0 0.86 0.43
HSL 107.52º 0.76% 0.32% -
HSV(B) 107.52º 0.86% 0.57% -
XYZ 11.38 20.88 4.09 -
YUV 101.15 82.2 88.66 -
System Red Green Blue C M Y K H S L
Decimal 46 145 20 0.68 0 0.86 0.43 107.52 0.76 0.32
Hex 2E 91 14 44 0 56 2B 6C 4C 20
Octal 56 221 24 104 0 126 53 154 114 40
Binary 101110 10010001 10100 1000100 0 1010110 101011 1101100 1001100 100000

Color Harmonies of #2E9114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9114

Black with #2E9114

Text Example


Text Example

White with #2E9114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,145,20); }

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

background-color css

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

 a { background-color: rgb(46,145,20); }

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

border-color css

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

 span { border-color: rgb(46,145,20); }

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