#30B382

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

Shades of Jungle Green #30B382

Tints of Jungle Green #30B382

Color information

#30B382 (or 0x30B382) is unknown color: approx Jungle Green. HEX triplet: 30, B3 and 82. RGB value is (48,179,130). Sum of RGB (Red+Green+Blue) = 48+179+130=357 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.45% from 357); Green value is 179 (70.31% from 255 or 50.14% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 179 - color contains mainly: green. Hex color #30B382 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B382 is #CF4C7D. Grayscale: #868686. Windows color (decimal): -13585534 or 8565552. OLE color: 8565552.

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

Color convert

RGB48179130-
CMYK0.7300.270.30
HSL157.56º57.71%44.51%-
HSV(B)157.56º73.18%70.2%-
XYZ21.3734.4826.65-
YUV134.24125.666.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.45%
GREEN value IS 179 (70.31% from 255) = 50.14%
BLUE value IS 130 (51.17% from 255) = 36.41%
R=13.45%
G=50.14%
B=36.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal481791300.7300.270.30157.5657.7144.51
Hex30B3824901B1E9e3a2d
Octal60263202111033362367255
Binary110000101100111000001010010010110111111010011110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,179,130); }

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

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

 a { background-color: rgb(48,179,130); }

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

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

 span { border-color: rgb(48,179,130); }

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