#30BA83

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

Shades of Jungle Green #30BA83

Tints of Jungle Green #30BA83

Color information

#30BA83 (or 0x30BA83) is unknown color: approx Jungle Green. HEX triplet: 30, BA and 83. RGB value is (48,186,131). Sum of RGB (Red+Green+Blue) = 48+186+131=365 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.15% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BA83 is #CF457C. Grayscale: #8A8A8A. Windows color (decimal): -13583741 or 8632880. OLE color: 8632880.

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

Color convert

RGB48186131-
CMYK0.7400.300.27
HSL156.09º58.97%45.88%-
HSV(B)156.09º74.19%72.94%-
XYZ22.8737.3827.48-
YUV138.47123.7863.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.15%
GREEN value IS 186 (73.05% from 255) = 50.96%
BLUE value IS 131 (51.56% from 255) = 35.89%
R=13.15%
G=50.96%
B=35.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481861310.7400.300.27156.0958.9745.88
Hex30BA834A01E1B9c3b2e
Octal60272203112036332347356
Binary110000101110101000001110010100111101101110011100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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