#153030

Color #153030 Swamp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Swamp #153030

Tints of Swamp #153030

Color information

#153030 (or 0x153030) is unknown color: approx Swamp. HEX triplet: 15, 30 and 30. RGB value is (21,48,48). Sum of RGB (Red+Green+Blue) = 21+48+48=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 48 (19.14% from 255 or 41.03% from 117); Max value from RGB is 48 - color contains mainly: green, blue. Hex color #153030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153030 is #EACFCF. Grayscale: #272727. Windows color (decimal): -15388624 or 3158037. OLE color: 3158037.

HSL color Cylindrical-coordinate representation of color #153030: hue angle of 180º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #153030 is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB214848-
CMYK0.56000.81
HSL180º39.13%13.53%-
HSV(B)180º56.25%18.82%-
XYZ1.92.493.18-
YUV39.93132.55114.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.95%
GREEN value IS 48 (19.14% from 255) = 41.03%
BLUE value IS 48 (19.14% from 255) = 41.03%
R=17.95%
G=41.03%
B=41.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2148480.56000.8118039.1313.53
Hex153030380051b427e
Octal25606070001212644716
Binary10101110000110000111000001010001101101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153030; }

 p { color: rgb(21,48,48); }

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

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

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

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

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

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

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