#2D693A

Color #2D693A Hunter Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hunter Green #2D693A

Tints of Hunter Green #2D693A

Color information

#2D693A (or 0x2D693A) is unknown color: approx 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

RGB4510558-
CMYK0.5700.450.59
HSL133º40%29.41%-
HSV(B)133º57.14%41.18%-
XYZ6.910.975.76-
YUV81.7114.62101.82-

RGB Variations

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

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 (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal45105580.5700.450.591334029.41
Hex2D693A3902D3B85281d
Octal551517271055732055035
Binary101101110100111101011100101011011110111000010110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>