#30A578

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

Shades of Jungle Green #30A578

Tints of Jungle Green #30A578

Color information

#30A578 (or 0x30A578) is unknown color: approx Jungle Green. HEX triplet: 30, A5 and 78. RGB value is (48,165,120). Sum of RGB (Red+Green+Blue) = 48+165+120=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 165 (64.84% from 255 or 49.55% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 165 - color contains mainly: green. Hex color #30A578 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A578 is #CF5A87. Grayscale: #7C7C7C. Windows color (decimal): -13589128 or 7906608. OLE color: 7906608.

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

Color convert

RGB48165120-
CMYK0.7100.270.35
HSL156.92º54.93%41.76%-
HSV(B)156.92º70.91%64.71%-
XYZ18.0628.8922.39-
YUV124.89125.2473.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.41%
GREEN value IS 165 (64.84% from 255) = 49.55%
BLUE value IS 120 (47.27% from 255) = 36.04%
R=14.41%
G=49.55%
B=36.04%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal481651200.7100.270.35156.9254.9341.76
Hex30A5784701B239d372a
Octal60245170107033432356752
Binary110000101001011111000100011101101110001110011101110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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