#30663A

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

Shades of Hunter Green #30663A

Tints of Hunter Green #30663A

Color information

#30663A (or 0x30663A) is unknown color: approx Hunter Green. HEX triplet: 30, 66 and 3A. RGB value is (48,102,58). Sum of RGB (Red+Green+Blue) = 48+102+58=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 102 - color contains mainly: green. Hex color #30663A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30663A is #CF99C5. Grayscale: #505050. Windows color (decimal): -13605318 or 3827248. OLE color: 3827248.

HSL color Cylindrical-coordinate representation of color #30663A: hue angle of 131.11º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #30663A is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.6.

Color convert

RGB4810258-
CMYK0.5300.430.6
HSL131.11º36%29.41%-
HSV(B)131.11º52.94%40%-
XYZ6.7310.445.66-
YUV80.84115.11104.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.08%
GREEN value IS 102 (40.23% from 255) = 49.04%
BLUE value IS 58 (23.05% from 255) = 27.88%
R=23.08%
G=49.04%
B=27.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48102580.5300.430.6131.113629.41
Hex30663A3502B3C83241d
Octal601467265053742034435
Binary110000110011011101011010101010111111001000001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30663A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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