#30683A

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

Shades of Hunter Green #30683A

Tints of Hunter Green #30683A

Color information

#30683A (or 0x30683A) is unknown color: approx Hunter Green. HEX triplet: 30, 68 and 3A. RGB value is (48,104,58). Sum of RGB (Red+Green+Blue) = 48+104+58=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 104 (41.02% from 255 or 49.52% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 104 - color contains mainly: green. Hex color #30683A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30683A is #CF97C5. Grayscale: #525252. Windows color (decimal): -13604806 or 3827760. OLE color: 3827760.

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

Color convert

RGB4810458-
CMYK0.5400.440.59
HSL130.71º36.84%29.8%-
HSV(B)130.71º53.85%40.78%-
XYZ6.9310.835.73-
YUV82.01114.45103.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.86%
GREEN value IS 104 (41.02% from 255) = 49.52%
BLUE value IS 58 (23.05% from 255) = 27.62%
R=22.86%
G=49.52%
B=27.62%

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
Decimal48104580.5400.440.59130.7136.8429.8
Hex30683A3602C3B83251e
Octal601507266054732034536
Binary110000110100011101011011001011001110111000001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30683A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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