#2D663A

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

Shades of Hunter Green #2D663A

Tints of Hunter Green #2D663A

Color information

#2D663A (or 0x2D663A) is unknown color: approx Hunter Green. HEX triplet: 2D, 66 and 3A. RGB value is (45,102,58). Sum of RGB (Red+Green+Blue) = 45+102+58=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #2D663A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D663A is #D299C5. Grayscale: #505050. Windows color (decimal): -13801926 or 3827245. OLE color: 3827245.

HSL color Cylindrical-coordinate representation of color #2D663A: hue angle of 133.68º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D663A is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.6.

Color convert

RGB4510258-
CMYK0.5600.430.6
HSL133.68º38.78%28.82%-
HSV(B)133.68º55.88%40%-
XYZ6.610.375.66-
YUV79.94115.62103.08-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.95%
GREEN value IS 102 (40.23% from 255) = 49.76%
BLUE value IS 58 (23.05% from 255) = 28.29%
R=21.95%
G=49.76%
B=28.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal45102580.5600.430.6133.6838.7828.82
Hex2D663A3802B3C86271d
Octal551467270053742064735
Binary101101110011011101011100001010111111001000011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D663A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2D663A;
 }
 .AnyTagClassName
 {
   color: #2D663A;
 }
</style>
background-color css

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

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

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

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

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

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