#153230

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

Shades of Swamp #153230

Tints of Swamp #153230

Color information

#153230 (or 0x153230) is unknown color: approx Swamp. HEX triplet: 15, 32 and 30. RGB value is (21,50,48). Sum of RGB (Red+Green+Blue) = 21+50+48=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 50 - color contains mainly: green. Hex color #153230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153230 is #EACDCF. Grayscale: #292929. Windows color (decimal): -15388112 or 3158549. OLE color: 3158549.

HSL color Cylindrical-coordinate representation of color #153230: hue angle of 175.86º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #153230 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB215048-
CMYK0.5800.040.80
HSL175.86º40.85%13.92%-
HSV(B)175.86º58%19.61%-
XYZ1.982.653.2-
YUV41.1131.89113.66-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.65%
GREEN value IS 50 (19.92% from 255) = 42.02%
BLUE value IS 48 (19.14% from 255) = 40.34%
R=17.65%
G=42.02%
B=40.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2150480.5800.040.80175.8640.8513.92
Hex1532303A0450b029e
Octal25626072041202605116
Binary1010111001011000011101001001010000101100001010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153230; }

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

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

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

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

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

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

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

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