#30AA7D

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

Shades of Jungle Green #30AA7D

Tints of Jungle Green #30AA7D

Color information

#30AA7D (or 0x30AA7D) is unknown color: approx Jungle Green. HEX triplet: 30, AA and 7D. RGB value is (48,170,125). Sum of RGB (Red+Green+Blue) = 48+170+125=343 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.99% from 343); Green value is 170 (66.80% from 255 or 49.56% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 170 - color contains mainly: green. Hex color #30AA7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AA7D is #CF5582. Grayscale: #808080. Windows color (decimal): -13587843 or 8235568. OLE color: 8235568.

HSL color Cylindrical-coordinate representation of color #30AA7D: hue angle of 157.87º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AA7D is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB48170125-
CMYK0.7200.260.33
HSL157.87º55.96%42.75%-
HSV(B)157.87º71.76%66.67%-
XYZ19.330.8624.34-
YUV128.39126.0870.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.99%
GREEN value IS 170 (66.80% from 255) = 49.56%
BLUE value IS 125 (49.22% from 255) = 36.44%
R=13.99%
G=49.56%
B=36.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal481701250.7200.260.33157.8755.9642.75
Hex30AA7D4801A219e382b
Octal60252175110032412367053
Binary110000101010101111101100100001101010000110011110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,170,125); }

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

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

 a { background-color: rgb(48,170,125); }

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

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

 span { border-color: rgb(48,170,125); }

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