#30613C

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

Shades of Hunter Green #30613C

Tints of Hunter Green #30613C

Color information

#30613C (or 0x30613C) is unknown color: approx Hunter Green. HEX triplet: 30, 61 and 3C. RGB value is (48,97,60). Sum of RGB (Red+Green+Blue) = 48+97+60=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #30613C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30613C is #CF9EC3. Grayscale: #4E4E4E. Windows color (decimal): -13606596 or 3957040. OLE color: 3957040.

HSL color Cylindrical-coordinate representation of color #30613C: hue angle of 134.69º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #30613C is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB489760-
CMYK0.5100.380.62
HSL134.69º33.79%28.43%-
HSV(B)134.69º50.52%38.04%-
XYZ6.319.55.78-
YUV78.13117.77106.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.41%
GREEN value IS 97 (38.28% from 255) = 47.32%
BLUE value IS 60 (23.83% from 255) = 29.27%
R=23.41%
G=47.32%
B=29.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4897600.5100.380.62134.6933.7928.43
Hex30613C330263E87221c
Octal601417463046762074234
Binary110000110000111110011001101001101111101000011110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30613C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30613C; }

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

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

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

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

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

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

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

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