#30B187

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

Shades of Jungle Green #30B187

Tints of Jungle Green #30B187

Color information

#30B187 (or 0x30B187) is unknown color: approx Jungle Green. HEX triplet: 30, B1 and 87. RGB value is (48,177,135). Sum of RGB (Red+Green+Blue) = 48+177+135=360 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.33% from 360); Green value is 177 (69.53% from 255 or 49.17% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 177 - color contains mainly: green. Hex color #30B187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30B187 is #CF4E78. Grayscale: #858585. Windows color (decimal): -13586041 or 8892720. OLE color: 8892720.

HSL color Cylindrical-coordinate representation of color #30B187: hue angle of 160.47º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B187 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB48177135-
CMYK0.7300.240.31
HSL160.47º57.33%44.12%-
HSV(B)160.47º72.88%69.41%-
XYZ21.3133.8228.33-
YUV133.64128.7666.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.33%
GREEN value IS 177 (69.53% from 255) = 49.17%
BLUE value IS 135 (53.12% from 255) = 37.5%
R=13.33%
G=49.17%
B=37.5%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal481771350.7300.240.31160.4757.3344.12
Hex30B187490181Fa0392c
Octal60261207111030372407154
Binary110000101100011000011110010010110001111110100000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,177,135); }

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

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

 a { background-color: rgb(48,177,135); }

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

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

 span { border-color: rgb(48,177,135); }

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