Html Css Color HEX #2E693C Hunter Green

📋 copy color: '#2E693C'

red 46 ◦ green 105 ◦ blue 60

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

Shades of Hunter Green #2E693C

Tints of Hunter Green #2E693C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.44%

R = 21.8%
G = 49.76%
B = 28.44%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.43

 K value IS 0.59

RGB Variations

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

Color information

#2E693C (or 0x2E693C) is known color: Hunter Green. HEX triplet: 2E, 69 and 3C. RGB value is (46,105,60). Sum of RGB (Red+Green+Blue) = 46+105+60=211 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.80% from 211); Green value is 105 (41.41% from 255 or 49.76% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 105 - color contains mainly: green. Hex color #2E693C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E693C is #D196C3. Grayscale: #525252. Windows color (decimal): -13735620 or 3959086. OLE color: 3959086.

HSL color Cylindrical-coordinate representation of color #2E693C: hue angle of 134.24º 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 #2E693C is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB 46 105 60 -
CMYK 0.56 0 0.43 0.59
HSL 134.24º 0.39% 0.3% -
HSV(B) 134.24º 0.56% 0.41% -
XYZ 6.99 11.01 6.03 -
YUV 82.23 115.45 102.16 -
System Red Green Blue C M Y K H S L
Decimal 46 105 60 0.56 0 0.43 0.59 134.24 0.39 0.3
Hex 2E 69 3C 38 0 2B 3B 86 27 1E
Octal 56 151 74 70 0 53 73 206 47 36
Binary 101110 1101001 111100 111000 0 101011 111011 10000110 100111 11110

Color Harmonies of #2E693C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E693C

Black with #2E693C

Text Example


Text Example

White with #2E693C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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