Html Css Color HEX #2D693A Hunter Green

📋 copy color: '#2D693A'

red 45 ◦ green 105 ◦ blue 58

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

Shades of Hunter Green #2D693A

Tints of Hunter Green #2D693A

RGB

 RED value IS 45 (17.97% from 255) = 21.63%

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

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

R = 21.63%
G = 50.48%
B = 27.88%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.45

 K value IS 0.59

RGB Variations

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

Color information

#2D693A (or 0x2D693A) is known color: Hunter Green. HEX triplet: 2D, 69 and 3A. RGB value is (45,105,58). Sum of RGB (Red+Green+Blue) = 45+105+58=208 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.63% from 208); Green value is 105 (41.41% from 255 or 50.48% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 105 - color contains mainly: green. Hex color #2D693A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D693A is #D296C5. Grayscale: #515151. Windows color (decimal): -13801158 or 3828013. OLE color: 3828013.

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

Color convert

RGB 45 105 58 -
CMYK 0.57 0 0.45 0.59
HSL 133º 0.4% 0.29% -
HSV(B) 133º 0.57% 0.41% -
XYZ 6.9 10.97 5.76 -
YUV 81.7 114.62 101.82 -
System Red Green Blue C M Y K H S L
Decimal 45 105 58 0.57 0 0.45 0.59 133 0.4 0.29
Hex 2D 69 3A 39 0 2D 3B 85 28 1D
Octal 55 151 72 71 0 55 73 205 50 35
Binary 101101 1101001 111010 111001 0 101101 111011 10000101 101000 11101

Color Harmonies of #2D693A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D693A

Black with #2D693A

Text Example


Text Example

White with #2D693A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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