#30AB80

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

Shades of Jungle Green #30AB80

Tints of Jungle Green #30AB80

Color information

#30AB80 (or 0x30AB80) is unknown color: approx Jungle Green. HEX triplet: 30, AB and 80. RGB value is (48,171,128). Sum of RGB (Red+Green+Blue) = 48+171+128=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #30AB80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AB80 is #CF547F. Grayscale: #818181. Windows color (decimal): -13587584 or 8432432. OLE color: 8432432.

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

Color convert

RGB48171128-
CMYK0.7200.250.33
HSL159.02º56.16%42.94%-
HSV(B)159.02º71.93%67.06%-
XYZ19.6831.3125.43-
YUV129.32127.2570-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.83%
GREEN value IS 171 (67.19% from 255) = 49.28%
BLUE value IS 128 (50.39% from 255) = 36.89%
R=13.83%
G=49.28%
B=36.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal481711280.7200.250.33159.0256.1642.94
Hex30AB8048019219f382b
Octal60253200110031412377053
Binary1100001010101110000000100100001100110000110011111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,171,128); }

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

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

 a { background-color: rgb(48,171,128); }

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

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

 span { border-color: rgb(48,171,128); }

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