#306540

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

Shades of Hunter Green #306540

Tints of Hunter Green #306540

Color information

#306540 (or 0x306540) is unknown color: approx Hunter Green. HEX triplet: 30, 65 and 40. RGB value is (48,101,64). Sum of RGB (Red+Green+Blue) = 48+101+64=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 101 (39.84% from 255 or 47.42% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 101 - color contains mainly: green. Hex color #306540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306540 is #CF9ABF. Grayscale: #515151. Windows color (decimal): -13605568 or 4220208. OLE color: 4220208.

HSL color Cylindrical-coordinate representation of color #306540: hue angle of 138.11º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #306540 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.60.

Color convert

RGB4810164-
CMYK0.5200.370.60
HSL138.11º35.57%29.22%-
HSV(B)138.11º52.48%39.61%-
XYZ6.810.316.48-
YUV80.94118.44104.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.54%
GREEN value IS 101 (39.84% from 255) = 47.42%
BLUE value IS 64 (25.39% from 255) = 30.05%
R=22.54%
G=47.42%
B=30.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48101640.5200.370.60138.1135.5729.22
Hex306540340253C8a241d
Octal6014510064045742124435
Binary1100001100101100000011010001001011111001000101010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306540; }

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

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

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

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

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

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

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

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