#306A40

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

Shades of Hunter Green #306A40

Tints of Hunter Green #306A40

Color information

#306A40 (or 0x306A40) is unknown color: approx Hunter Green. HEX triplet: 30, 6A and 40. RGB value is (48,106,64). Sum of RGB (Red+Green+Blue) = 48+106+64=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 106 (41.80% from 255 or 48.62% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 106 - color contains mainly: green. Hex color #306A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306A40 is #CF95BF. Grayscale: #535353. Windows color (decimal): -13604288 or 4221488. OLE color: 4221488.

HSL color Cylindrical-coordinate representation of color #306A40: hue angle of 136.55º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #306A40 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB4810664-
CMYK0.5500.400.58
HSL136.55º37.66%30.2%-
HSV(B)136.55º54.72%41.57%-
XYZ7.311.316.65-
YUV83.87116.78102.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.02%
GREEN value IS 106 (41.80% from 255) = 48.62%
BLUE value IS 64 (25.39% from 255) = 29.36%
R=22.02%
G=48.62%
B=29.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48106640.5500.400.58136.5537.6630.2
Hex306A40370283A89261e
Octal6015210067050722114636
Binary1100001101010100000011011101010001110101000100110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306A40; }

 p { color: rgb(48,106,64); }

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

<style>
 a { background-color: #306A40; }

 a { background-color: rgb(48,106,64); }

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

<style>
 span { border-color: #306A40; }

 span { border-color: rgb(48,106,64); }

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