#30BA8B

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

Shades of Jungle Green #30BA8B

Tints of Jungle Green #30BA8B

Color information

#30BA8B (or 0x30BA8B) is unknown color: approx Jungle Green. HEX triplet: 30, BA and 8B. RGB value is (48,186,139). Sum of RGB (Red+Green+Blue) = 48+186+139=373 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.87% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BA8B is #CF4574. Grayscale: #8B8B8B. Windows color (decimal): -13583733 or 9157168. OLE color: 9157168.

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

Color convert

RGB48186139-
CMYK0.7400.250.27
HSL159.57º58.97%45.88%-
HSV(B)159.57º74.19%72.94%-
XYZ23.4437.6130.45-
YUV139.38127.7862.82-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.87%
GREEN value IS 186 (73.05% from 255) = 49.87%
BLUE value IS 139 (54.69% from 255) = 37.27%
R=12.87%
G=49.87%
B=37.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481861390.7400.250.27159.5758.9745.88
Hex30BA8B4A0191Ba03b2e
Octal60272213112031332407356
Binary110000101110101000101110010100110011101110100000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,186,139); }

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

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

 a { background-color: rgb(48,186,139); }

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

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

 span { border-color: rgb(48,186,139); }

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