#30B991

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

Shades of Jungle Green #30B991

Tints of Jungle Green #30B991

Color information

#30B991 (or 0x30B991) is unknown color: approx Jungle Green. HEX triplet: 30, B9 and 91. RGB value is (48,185,145). Sum of RGB (Red+Green+Blue) = 48+185+145=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 185 (72.66% from 255 or 48.94% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 185 - color contains mainly: green. Hex color #30B991 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B991 is #CF466E. Grayscale: #8B8B8B. Windows color (decimal): -13583983 or 9550128. OLE color: 9550128.

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

Color convert

RGB48185145-
CMYK0.7400.220.27
HSL162.48º58.8%45.69%-
HSV(B)162.48º74.05%72.55%-
XYZ23.6837.3732.75-
YUV139.48131.1162.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.70%
GREEN value IS 185 (72.66% from 255) = 48.94%
BLUE value IS 145 (57.03% from 255) = 38.36%
R=12.70%
G=48.94%
B=38.36%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481851450.7400.220.27162.4858.845.69
Hex30B9914A0161Ba23b2e
Octal60271221112026332427356
Binary110000101110011001000110010100101101101110100010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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