#152929

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

Shades of Swamp #152929

Tints of Swamp #152929

Color information

#152929 (or 0x152929) is unknown color: approx Swamp. HEX triplet: 15, 29 and 29. RGB value is (21,41,41). Sum of RGB (Red+Green+Blue) = 21+41+41=103 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.39% from 103); Green value is 41 (16.41% from 255 or 39.81% from 103); Blue value is 41 (16.41% from 255 or 39.81% from 103); Max value from RGB is 41 - color contains mainly: green, blue. Hex color #152929 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152929 is #EAD6D6. Grayscale: #232323. Windows color (decimal): -15390423 or 2697493. OLE color: 2697493.

HSL color Cylindrical-coordinate representation of color #152929: hue angle of 180º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #152929 is Cyan = 0.49, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB214141-
CMYK0.49000.84
HSL180º32.26%12.16%-
HSV(B)180º48.78%16.08%-
XYZ1.51.912.39-
YUV35.02131.37118-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.39%
GREEN value IS 41 (16.41% from 255) = 39.81%
BLUE value IS 41 (16.41% from 255) = 39.81%
R=20.39%
G=39.81%
B=39.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2141410.49000.8418032.2612.16
Hex152929310054b420c
Octal25515161001242644014
Binary10101101001101001110001001010100101101001000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152929; }

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

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

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

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

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

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

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

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