#30B780

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

Shades of Jungle Green #30B780

Tints of Jungle Green #30B780

Color information

#30B780 (or 0x30B780) is unknown color: approx Jungle Green. HEX triplet: 30, B7 and 80. RGB value is (48,183,128). Sum of RGB (Red+Green+Blue) = 48+183+128=359 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.37% from 359); Green value is 183 (71.88% from 255 or 50.97% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 183 - color contains mainly: green. Hex color #30B780 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B780 is #CF487F. Grayscale: #888888. Windows color (decimal): -13584512 or 8435504. OLE color: 8435504.

HSL color Cylindrical-coordinate representation of color #30B780: hue angle of 155.56º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B780 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB48183128-
CMYK0.7400.300.28
HSL155.56º58.44%45.29%-
HSV(B)155.56º73.77%71.76%-
XYZ22.0536.0526.22-
YUV136.36123.2764.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.37%
GREEN value IS 183 (71.88% from 255) = 50.97%
BLUE value IS 128 (50.39% from 255) = 35.65%
R=13.37%
G=50.97%
B=35.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal481831280.7400.300.28155.5658.4445.29
Hex30B7804A01E1C9c3a2d
Octal60267200112036342347255
Binary110000101101111000000010010100111101110010011100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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