#15302E

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

Shades of Swamp #15302E

Tints of Swamp #15302E

Color information

#15302E (or 0x15302E) is unknown color: approx Swamp. HEX triplet: 15, 30 and 2E. RGB value is (21,48,46). Sum of RGB (Red+Green+Blue) = 21+48+46=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 48 - color contains mainly: green. Hex color #15302E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15302E is #EACFD1. Grayscale: #272727. Windows color (decimal): -15388626 or 3026965. OLE color: 3026965.

HSL color Cylindrical-coordinate representation of color #15302E: hue angle of 175.56º 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 #15302E is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB214846-
CMYK0.5600.040.81
HSL175.56º39.13%13.53%-
HSV(B)175.56º56.25%18.82%-
XYZ1.862.472.96-
YUV39.7131.55114.66-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.26%
GREEN value IS 48 (19.14% from 255) = 41.74%
BLUE value IS 46 (18.36% from 255) = 40%
R=18.26%
G=41.74%
B=40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2148460.5600.040.81175.5639.1313.53
Hex15302E380451b027e
Octal25605670041212604716
Binary1010111000010111011100001001010001101100001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15302E; }

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

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

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

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

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

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

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

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