#306A3A

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

Shades of Hunter Green #306A3A

Tints of Hunter Green #306A3A

Color information

#306A3A (or 0x306A3A) is unknown color: approx Hunter Green. HEX triplet: 30, 6A and 3A. RGB value is (48,106,58). Sum of RGB (Red+Green+Blue) = 48+106+58=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 106 (41.80% from 255 or 50% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 106 - color contains mainly: green. Hex color #306A3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306A3A is #CF95C5. Grayscale: #535353. Windows color (decimal): -13604294 or 3828272. OLE color: 3828272.

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

Color convert

RGB4810658-
CMYK0.5500.450.58
HSL130.34º37.66%30.2%-
HSV(B)130.34º54.72%41.57%-
XYZ7.1411.245.8-
YUV83.19113.78102.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.64%
GREEN value IS 106 (41.80% from 255) = 50%
BLUE value IS 58 (23.05% from 255) = 27.36%
R=22.64%
G=50%
B=27.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48106580.5500.450.58130.3437.6630.2
Hex306A3A3702D3A82261e
Octal601527267055722024636
Binary110000110101011101011011101011011110101000001010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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