#30B98D

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

Shades of Jungle Green #30B98D

Tints of Jungle Green #30B98D

Color information

#30B98D (or 0x30B98D) is unknown color: approx Jungle Green. HEX triplet: 30, B9 and 8D. RGB value is (48,185,141). Sum of RGB (Red+Green+Blue) = 48+185+141=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 185 (72.66% from 255 or 49.47% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 185 - color contains mainly: green. Hex color #30B98D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B98D is #CF4672. Grayscale: #8B8B8B. Windows color (decimal): -13583987 or 9287984. OLE color: 9287984.

HSL color Cylindrical-coordinate representation of color #30B98D: hue angle of 160.73º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B98D is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB48185141-
CMYK0.7400.240.27
HSL160.73º58.8%45.69%-
HSV(B)160.73º74.05%72.55%-
XYZ23.3837.2531.16-
YUV139.02129.1163.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.83%
GREEN value IS 185 (72.66% from 255) = 49.47%
BLUE value IS 141 (55.47% from 255) = 37.70%
R=12.83%
G=49.47%
B=37.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481851410.7400.240.27160.7358.845.69
Hex30B98D4A0181Ba13b2e
Octal60271215112030332417356
Binary110000101110011000110110010100110001101110100001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,185,141); }

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

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

 a { background-color: rgb(48,185,141); }

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

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

 span { border-color: rgb(48,185,141); }

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