#305C3B

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

Shades of Hunter Green #305C3B

Tints of Hunter Green #305C3B

Color information

#305C3B (or 0x305C3B) is unknown color: approx Hunter Green. HEX triplet: 30, 5C and 3B. RGB value is (48,92,59). Sum of RGB (Red+Green+Blue) = 48+92+59=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 92 (36.33% from 255 or 46.23% from 199); Blue value is 59 (23.44% from 255 or 29.65% from 199); Max value from RGB is 92 - color contains mainly: green. Hex color #305C3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305C3B is #CFA3C4. Grayscale: #4B4B4B. Windows color (decimal): -13607877 or 3890224. OLE color: 3890224.

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

Color convert

RGB489259-
CMYK0.4800.360.64
HSL135º31.43%27.45%-
HSV(B)135º47.83%36.08%-
XYZ5.848.65.49-
YUV75.08118.92108.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.12%
GREEN value IS 92 (36.33% from 255) = 46.23%
BLUE value IS 59 (23.44% from 255) = 29.65%
R=24.12%
G=46.23%
B=29.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4892590.4800.360.6413531.4327.45
Hex305C3B3002440871f1b
Octal6013473600441002073733
Binary110000101110011101111000001001001000000100001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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