#305F3C

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

Shades of Hunter Green #305F3C

Tints of Hunter Green #305F3C

Color information

#305F3C (or 0x305F3C) is unknown color: approx Hunter Green. HEX triplet: 30, 5F and 3C. RGB value is (48,95,60). Sum of RGB (Red+Green+Blue) = 48+95+60=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 95 - color contains mainly: green. Hex color #305F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305F3C is #CFA0C3. Grayscale: #4D4D4D. Windows color (decimal): -13607108 or 3956528. OLE color: 3956528.

HSL color Cylindrical-coordinate representation of color #305F3C: hue angle of 135.32º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #305F3C is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.63.

Color convert

RGB489560-
CMYK0.4900.370.63
HSL135.32º32.87%28.04%-
HSV(B)135.32º49.47%37.25%-
XYZ6.139.145.72-
YUV76.96118.43107.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.65%
GREEN value IS 95 (37.5% from 255) = 46.80%
BLUE value IS 60 (23.83% from 255) = 29.56%
R=23.65%
G=46.80%
B=29.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4895600.4900.370.63135.3232.8728.04
Hex305F3C310253F87211c
Octal601377461045772074134
Binary110000101111111110011000101001011111111000011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,95,60); }

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

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

 a { background-color: rgb(48,95,60); }

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

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

 span { border-color: rgb(48,95,60); }

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