#30BA8C

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

Shades of Jungle Green #30BA8C

Tints of Jungle Green #30BA8C

Color information

#30BA8C (or 0x30BA8C) is unknown color: approx Jungle Green. HEX triplet: 30, BA and 8C. RGB value is (48,186,140). Sum of RGB (Red+Green+Blue) = 48+186+140=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BA8C is #CF4573. Grayscale: #8B8B8B. Windows color (decimal): -13583732 or 9222704. OLE color: 9222704.

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

Color convert

RGB48186140-
CMYK0.7400.250.27
HSL160º58.97%45.88%-
HSV(B)160º74.19%72.94%-
XYZ23.5137.6430.84-
YUV139.49128.2862.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.83%
GREEN value IS 186 (73.05% from 255) = 49.73%
BLUE value IS 140 (55.08% from 255) = 37.43%
R=12.83%
G=49.73%
B=37.43%

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
Decimal481861400.7400.250.2716058.9745.88
Hex30BA8C4A0191Ba03b2e
Octal60272214112031332407356
Binary110000101110101000110010010100110011101110100000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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