#30AD84

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

Shades of Jungle Green #30AD84

Tints of Jungle Green #30AD84

Color information

#30AD84 (or 0x30AD84) is unknown color: approx Jungle Green. HEX triplet: 30, AD and 84. RGB value is (48,173,132). Sum of RGB (Red+Green+Blue) = 48+173+132=353 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.60% from 353); Green value is 173 (67.97% from 255 or 49.01% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 173 - color contains mainly: green. Hex color #30AD84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AD84 is #CF527B. Grayscale: #828282. Windows color (decimal): -13587068 or 8695088. OLE color: 8695088.

HSL color Cylindrical-coordinate representation of color #30AD84: hue angle of 160.32º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AD84 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB48173132-
CMYK0.7200.240.32
HSL160.32º56.56%43.33%-
HSV(B)160.32º72.25%67.84%-
XYZ20.3332.1826.97-
YUV130.95128.5968.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.60%
GREEN value IS 173 (67.97% from 255) = 49.01%
BLUE value IS 132 (51.95% from 255) = 37.39%
R=13.60%
G=49.01%
B=37.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal481731320.7200.240.32160.3256.5643.33
Hex30AD844801820a0392b
Octal60255204110030402407153
Binary1100001010110110000100100100001100010000010100000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,173,132); }

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

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

 a { background-color: rgb(48,173,132); }

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

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

 span { border-color: rgb(48,173,132); }

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