#30BA90

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

Shades of Jungle Green #30BA90

Tints of Jungle Green #30BA90

Color information

#30BA90 (or 0x30BA90) is unknown color: approx Jungle Green. HEX triplet: 30, BA and 90. RGB value is (48,186,144). Sum of RGB (Red+Green+Blue) = 48+186+144=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BA90 is #CF456F. Grayscale: #8B8B8B. Windows color (decimal): -13583728 or 9484848. OLE color: 9484848.

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

Color convert

RGB48186144-
CMYK0.7400.230.27
HSL161.74º58.97%45.88%-
HSV(B)161.74º74.19%72.94%-
XYZ23.8137.7632.42-
YUV139.95130.2862.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.70%
GREEN value IS 186 (73.05% from 255) = 49.21%
BLUE value IS 144 (56.64% from 255) = 38.10%
R=12.70%
G=49.21%
B=38.10%

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
Decimal481861440.7400.230.27161.7458.9745.88
Hex30BA904A0171Ba23b2e
Octal60272220112027332427356
Binary110000101110101001000010010100101111101110100010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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