#30683F

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

Shades of Hunter Green #30683F

Tints of Hunter Green #30683F

Color information

#30683F (or 0x30683F) is unknown color: approx Hunter Green. HEX triplet: 30, 68 and 3F. RGB value is (48,104,63). Sum of RGB (Red+Green+Blue) = 48+104+63=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 104 (41.02% from 255 or 48.37% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 104 - color contains mainly: green. Hex color #30683F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30683F is #CF97C0. Grayscale: #525252. Windows color (decimal): -13604801 or 4155440. OLE color: 4155440.

HSL color Cylindrical-coordinate representation of color #30683F: hue angle of 136.07º 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 #30683F is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB4810463-
CMYK0.5400.390.59
HSL136.07º36.84%29.8%-
HSV(B)136.07º53.85%40.78%-
XYZ7.0710.896.43-
YUV82.58116.95103.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.33%
GREEN value IS 104 (41.02% from 255) = 48.37%
BLUE value IS 63 (25% from 255) = 29.30%
R=22.33%
G=48.37%
B=29.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48104630.5400.390.59136.0736.8429.8
Hex30683F360273B88251e
Octal601507766047732104536
Binary110000110100011111111011001001111110111000100010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30683F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30683F; }

 p { color: rgb(48,104,63); }

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

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

 a { background-color: rgb(48,104,63); }

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

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

 span { border-color: rgb(48,104,63); }

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