#30B98E

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

Shades of Jungle Green #30B98E

Tints of Jungle Green #30B98E

Color information

#30B98E (or 0x30B98E) is unknown color: approx Jungle Green. HEX triplet: 30, B9 and 8E. RGB value is (48,185,142). Sum of RGB (Red+Green+Blue) = 48+185+142=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 185 (72.66% from 255 or 49.33% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 185 - color contains mainly: green. Hex color #30B98E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B98E is #CF4671. Grayscale: #8B8B8B. Windows color (decimal): -13583986 or 9353520. OLE color: 9353520.

HSL color Cylindrical-coordinate representation of color #30B98E: hue angle of 161.17º 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 #30B98E is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB48185142-
CMYK0.7400.230.27
HSL161.17º58.8%45.69%-
HSV(B)161.17º74.05%72.55%-
XYZ23.4537.2831.55-
YUV139.14129.6163-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.8%
GREEN value IS 185 (72.66% from 255) = 49.33%
BLUE value IS 142 (55.86% from 255) = 37.87%
R=12.8%
G=49.33%
B=37.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481851420.7400.230.27161.1758.845.69
Hex30B98E4A0171Ba13b2e
Octal60271216112027332417356
Binary110000101110011000111010010100101111101110100001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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