#305D3B

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

Shades of Hunter Green #305D3B

Tints of Hunter Green #305D3B

Color information

#305D3B (or 0x305D3B) is unknown color: approx Hunter Green. HEX triplet: 30, 5D and 3B. RGB value is (48,93,59). Sum of RGB (Red+Green+Blue) = 48+93+59=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 93 (36.72% from 255 or 46.5% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 93 - color contains mainly: green. Hex color #305D3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305D3B is #CFA2C4. Grayscale: #4B4B4B. Windows color (decimal): -13607621 or 3890480. OLE color: 3890480.

HSL color Cylindrical-coordinate representation of color #305D3B: hue angle of 134.67º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #305D3B is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.64.

Color convert

RGB489359-
CMYK0.4800.370.64
HSL134.67º31.91%27.65%-
HSV(B)134.67º48.39%36.47%-
XYZ5.928.775.52-
YUV75.67118.59108.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24%
GREEN value IS 93 (36.72% from 255) = 46.5%
BLUE value IS 59 (23.44% from 255) = 29.5%
R=24%
G=46.5%
B=29.5%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4893590.4800.370.64134.6731.9127.65
Hex305D3B300254087201c
Octal6013573600451002074034
Binary1100001011101111011110000010010110000001000011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305D3B; }

 p { color: rgb(48,93,59); }

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

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

 a { background-color: rgb(48,93,59); }

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

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

 span { border-color: rgb(48,93,59); }

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