#306B40

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

Shades of Hunter Green #306B40

Tints of Hunter Green #306B40

Color information

#306B40 (or 0x306B40) is unknown color: approx Hunter Green. HEX triplet: 30, 6B and 40. RGB value is (48,107,64). Sum of RGB (Red+Green+Blue) = 48+107+64=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 107 (42.19% from 255 or 48.86% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 107 - color contains mainly: green. Hex color #306B40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306B40 is #CF94BF. Grayscale: #545454. Windows color (decimal): -13604032 or 4221744. OLE color: 4221744.

HSL color Cylindrical-coordinate representation of color #306B40: hue angle of 136.27º 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 #306B40 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB4810764-
CMYK0.5500.400.58
HSL136.27º38.06%30.39%-
HSV(B)136.27º55.14%41.96%-
XYZ7.411.516.68-
YUV84.46116.45102-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.92%
GREEN value IS 107 (42.19% from 255) = 48.86%
BLUE value IS 64 (25.39% from 255) = 29.22%
R=21.92%
G=48.86%
B=29.22%

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
Decimal48107640.5500.400.58136.2738.0630.39
Hex306B40370283A88261e
Octal6015310067050722104636
Binary1100001101011100000011011101010001110101000100010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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