Html Css Color HEX #2E693A Hunter Green

📋 copy color: '#2E693A'

red 46 ◦ green 105 ◦ blue 58

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

Shades of Hunter Green #2E693A

Tints of Hunter Green #2E693A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 50.24%

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

R = 22.01%
G = 50.24%
B = 27.75%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.45

 K value IS 0.59

RGB Variations

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

Color information

#2E693A (or 0x2E693A) is known color: Hunter Green. HEX triplet: 2E, 69 and 3A. RGB value is (46,105,58). Sum of RGB (Red+Green+Blue) = 46+105+58=209 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.01% from 209); Green value is 105 (41.41% from 255 or 50.24% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 105 - color contains mainly: green. Hex color #2E693A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E693A is #D196C5. Grayscale: #525252. Windows color (decimal): -13735622 or 3828014. OLE color: 3828014.

HSL color Cylindrical-coordinate representation of color #2E693A: hue angle of 132.2º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E693A is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB 46 105 58 -
CMYK 0.56 0 0.45 0.59
HSL 132.2º 0.39% 0.3% -
HSV(B) 132.2º 0.56% 0.41% -
XYZ 6.94 10.99 5.76 -
YUV 82 114.45 102.32 -
System Red Green Blue C M Y K H S L
Decimal 46 105 58 0.56 0 0.45 0.59 132.2 0.39 0.3
Hex 2E 69 3A 38 0 2D 3B 84 27 1E
Octal 56 151 72 70 0 55 73 204 47 36
Binary 101110 1101001 111010 111000 0 101101 111011 10000100 100111 11110

Color Harmonies of #2E693A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E693A

Black with #2E693A

Text Example


Text Example

White with #2E693A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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