#30A682

Color #30A682 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #30A682

Tints of Jungle Green #30A682

Color information

#30A682 (or 0x30A682) is unknown color: approx Jungle Green. HEX triplet: 30, A6 and 82. RGB value is (48,166,130). Sum of RGB (Red+Green+Blue) = 48+166+130=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 166 (65.23% from 255 or 48.26% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 166 - color contains mainly: green. Hex color #30A682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A682 is #CF597D. Grayscale: #7E7E7E. Windows color (decimal): -13588862 or 8562224. OLE color: 8562224.

HSL color Cylindrical-coordinate representation of color #30A682: hue angle of 161.69º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A682 is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB48166130-
CMYK0.7100.220.35
HSL161.69º55.14%41.96%-
HSV(B)161.69º71.08%65.1%-
XYZ18.8829.5125.82-
YUV126.61129.9171.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.95%
GREEN value IS 166 (65.23% from 255) = 48.26%
BLUE value IS 130 (51.17% from 255) = 37.79%
R=13.95%
G=48.26%
B=37.79%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal481661300.7100.220.35161.6955.1441.96
Hex30A6824701623a2372a
Octal60246202107026432426752
Binary1100001010011010000010100011101011010001110100010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30A682; }

 p { color: rgb(48,166,130); }

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

<style>
 a { background-color: #30A682; }

 a { background-color: rgb(48,166,130); }

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

<style>
 span { border-color: #30A682; }

 span { border-color: rgb(48,166,130); }

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