Html Css Color HEX #2E5D3A Hunter Green

📋 copy color: '#2E5D3A'

red 46 ◦ green 93 ◦ blue 58

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

Shades of Hunter Green #2E5D3A

Tints of Hunter Green #2E5D3A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 47.21%

 BLUE value IS 58 (23.05% from 255) = 29.44%

R = 23.35%
G = 47.21%
B = 29.44%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.38

 K value IS 0.64

RGB Variations

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

Color information

#2E5D3A (or 0x2E5D3A) is known color: Hunter Green. HEX triplet: 2E, 5D and 3A. RGB value is (46,93,58). Sum of RGB (Red+Green+Blue) = 46+93+58=197 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.35% from 197); Green value is 93 (36.72% from 255 or 47.21% from 197); Blue value is 58 (23.05% from 255 or 29.44% from 197); Max value from RGB is 93 - color contains mainly: green. Hex color #2E5D3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5D3A is #D1A2C5. Grayscale: #4B4B4B. Windows color (decimal): -13738694 or 3824942. OLE color: 3824942.

HSL color Cylindrical-coordinate representation of color #2E5D3A: hue angle of 135.32º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2E5D3A is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB 46 93 58 -
CMYK 0.51 0 0.38 0.64
HSL 135.32º 0.34% 0.27% -
HSV(B) 135.32º 0.51% 0.36% -
XYZ 5.8 8.72 5.38 -
YUV 74.96 118.43 107.35 -
System Red Green Blue C M Y K H S L
Decimal 46 93 58 0.51 0 0.38 0.64 135.32 0.34 0.27
Hex 2E 5D 3A 33 0 26 40 87 22 1B
Octal 56 135 72 63 0 46 100 207 42 33
Binary 101110 1011101 111010 110011 0 100110 1000000 10000111 100010 11011

Color Harmonies of #2E5D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5D3A

Black with #2E5D3A

Text Example


Text Example

White with #2E5D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,93,58); }

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

background-color css

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

 a { background-color: rgb(46,93,58); }

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

border-color css

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

 span { border-color: rgb(46,93,58); }

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