Html Css Color HEX #2E9139 Forest Green

📋 copy color: '#2E9139'

red 46 ◦ green 145 ◦ blue 57

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

Shades of Forest Green #2E9139

Tints of Forest Green #2E9139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.98%

R = 18.55%
G = 58.47%
B = 22.98%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.61

 K value IS 0.43

RGB Variations

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

Color information

#2E9139 (or 0x2E9139) is known color: Forest Green. HEX triplet: 2E, 91 and 39. RGB value is (46,145,57). Sum of RGB (Red+Green+Blue) = 46+145+57=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 145 (57.03% from 255 or 58.47% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 145 - color contains mainly: green. Hex color #2E9139 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E9139 is #D16EC6. Grayscale: #696969. Windows color (decimal): -13725383 or 3772718. OLE color: 3772718.

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

Color convert

RGB 46 145 57 -
CMYK 0.68 0 0.61 0.43
HSL 126.67º 0.52% 0.37% -
HSV(B) 126.67º 0.68% 0.57% -
XYZ 11.99 21.13 7.32 -
YUV 105.37 100.7 85.66 -
System Red Green Blue C M Y K H S L
Decimal 46 145 57 0.68 0 0.61 0.43 126.67 0.52 0.37
Hex 2E 91 39 44 0 3D 2B 7F 34 25
Octal 56 221 71 104 0 75 53 177 64 45
Binary 101110 10010001 111001 1000100 0 111101 101011 1111111 110100 100101

Color Harmonies of #2E9139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9139

Black with #2E9139

Text Example


Text Example

White with #2E9139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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