#305738

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

Shades of Hunter Green #305738

Tints of Hunter Green #305738

Color information

#305738 (or 0x305738) is unknown color: approx Hunter Green. HEX triplet: 30, 57 and 38. RGB value is (48,87,56). Sum of RGB (Red+Green+Blue) = 48+87+56=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 87 (34.38% from 255 or 45.55% from 191); Blue value is 56 (22.27% from 255 or 29.32% from 191); Max value from RGB is 87 - color contains mainly: green. Hex color #305738 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305738 is #CFA8C7. Grayscale: #474747. Windows color (decimal): -13609160 or 3692336. OLE color: 3692336.

HSL color Cylindrical-coordinate representation of color #305738: hue angle of 132.31º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #305738 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.66.

Color convert

RGB488756-
CMYK0.4500.360.66
HSL132.31º28.89%26.47%-
HSV(B)132.31º44.83%34.12%-
XYZ5.347.734.95-
YUV71.8119.08111.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 87 (34.38% from 255) = 45.55%
BLUE value IS 56 (22.27% from 255) = 29.32%
R=25.13%
G=45.55%
B=29.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4887560.4500.360.66132.3128.8926.47
Hex3057382D02442841d1a
Octal6012770550441022043532
Binary110000101011111100010110101001001000010100001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305738; }

 p { color: rgb(48,87,56); }

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

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

 a { background-color: rgb(48,87,56); }

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

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

 span { border-color: rgb(48,87,56); }

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