#30ac79

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

Shades of Jungle Green #30AC79

Tints of Jungle Green #30AC79

Color information

#30AC79 (or 0x30AC79) is unknown color: approx Jungle Green. HEX triplet: 30, AC and 79. RGB value is (48,172,121). Sum of RGB (Red+Green+Blue) = 48+172+121=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 172 (67.58% from 255 or 50.44% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 172 - color contains mainly: green. Hex color #30AC79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AC79 is #CF5386. Grayscale: #818181. Windows color (decimal): -13587335 or 7973936. OLE color: 7973936.

HSL color Cylindrical-coordinate representation of color #30AC79: hue angle of 155.32º 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 #30AC79 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB48172121-
CMYK0.7200.300.33
HSL155.32º56.36%43.14%-
HSV(B)155.32º72.09%67.45%-
XYZ19.4231.5123.15-
YUV129.11123.4270.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.08%
GREEN value IS 172 (67.58% from 255) = 50.44%
BLUE value IS 121 (47.66% from 255) = 35.48%
R=14.08%
G=50.44%
B=35.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal481721210.7200.300.33155.3256.3643.14
Hex30AC794801E219b382b
Octal60254171110036412337053
Binary110000101011001111001100100001111010000110011011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30ac79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,172,121); }

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

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

 a { background-color: rgb(48,172,121); }

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

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

 span { border-color: rgb(48,172,121); }

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