#30A576

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

Shades of Jungle Green #30A576

Tints of Jungle Green #30A576

Color information

#30A576 (or 0x30A576) is unknown color: approx Jungle Green. HEX triplet: 30, A5 and 76. RGB value is (48,165,118). Sum of RGB (Red+Green+Blue) = 48+165+118=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 165 (64.84% from 255 or 49.85% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 165 - color contains mainly: green. Hex color #30A576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A576 is #CF5A89. Grayscale: #7C7C7C. Windows color (decimal): -13589130 or 7775536. OLE color: 7775536.

HSL color Cylindrical-coordinate representation of color #30A576: hue angle of 155.9º 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 #30A576 is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB48165118-
CMYK0.7100.280.35
HSL155.9º54.93%41.76%-
HSV(B)155.9º70.91%64.71%-
XYZ17.9428.8521.76-
YUV124.66124.2473.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.50%
GREEN value IS 165 (64.84% from 255) = 49.85%
BLUE value IS 118 (46.48% from 255) = 35.65%
R=14.50%
G=49.85%
B=35.65%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal481651180.7100.280.35155.954.9341.76
Hex30A5764701C239c372a
Octal60245166107034432346752
Binary110000101001011110110100011101110010001110011100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,165,118); }

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

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

 a { background-color: rgb(48,165,118); }

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

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

 span { border-color: rgb(48,165,118); }

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