#30B480

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

Shades of Jungle Green #30B480

Tints of Jungle Green #30B480

Color information

#30B480 (or 0x30B480) is unknown color: approx Jungle Green. HEX triplet: 30, B4 and 80. RGB value is (48,180,128). Sum of RGB (Red+Green+Blue) = 48+180+128=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 180 (70.70% from 255 or 50.56% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 180 - color contains mainly: green. Hex color #30B480 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B480 is #CF4B7F. Grayscale: #868686. Windows color (decimal): -13585280 or 8434736. OLE color: 8434736.

HSL color Cylindrical-coordinate representation of color #30B480: hue angle of 156.36º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B480 is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB48180128-
CMYK0.7300.290.29
HSL156.36º57.89%44.71%-
HSV(B)156.36º73.33%70.59%-
XYZ21.4434.8326.02-
YUV134.6124.2766.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.48%
GREEN value IS 180 (70.70% from 255) = 50.56%
BLUE value IS 128 (50.39% from 255) = 35.96%
R=13.48%
G=50.56%
B=35.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal481801280.7300.290.29156.3657.8944.71
Hex30B4804901D1D9c3a2d
Octal60264200111035352347255
Binary110000101101001000000010010010111011110110011100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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