#30693B

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

Shades of Hunter Green #30693B

Tints of Hunter Green #30693B

Color information

#30693B (or 0x30693B) is unknown color: approx Hunter Green. HEX triplet: 30, 69 and 3B. RGB value is (48,105,59). Sum of RGB (Red+Green+Blue) = 48+105+59=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 105 (41.41% from 255 or 49.53% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 105 - color contains mainly: green. Hex color #30693B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30693B is #CF96C4. Grayscale: #525252. Windows color (decimal): -13604549 or 3893552. OLE color: 3893552.

HSL color Cylindrical-coordinate representation of color #30693B: hue angle of 131.58º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #30693B is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB4810559-
CMYK0.5400.440.59
HSL131.58º37.25%30%-
HSV(B)131.58º54.29%41.18%-
XYZ7.0611.055.9-
YUV82.71114.62103.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.64%
GREEN value IS 105 (41.41% from 255) = 49.53%
BLUE value IS 59 (23.44% from 255) = 27.83%
R=22.64%
G=49.53%
B=27.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48105590.5400.440.59131.5837.2530
Hex30693B3602C3B84251e
Octal601517366054732044536
Binary110000110100111101111011001011001110111000010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30693B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30693B; }

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

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

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

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

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

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

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

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