#152F30

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

Shades of Swamp #152F30

Tints of Swamp #152F30

Color information

#152F30 (or 0x152F30) is unknown color: approx Swamp. HEX triplet: 15, 2F and 30. RGB value is (21,47,48). Sum of RGB (Red+Green+Blue) = 21+47+48=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 47 (18.75% from 255 or 40.52% from 116); Blue value is 48 (19.14% from 255 or 41.38% from 116); Max value from RGB is 48 - color contains mainly: blue. Hex color #152F30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152F30 is #EAD0CF. Grayscale: #272727. Windows color (decimal): -15388880 or 3157781. OLE color: 3157781.

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

Color convert

RGB214748-
CMYK0.560.0200.81
HSL182.22º39.13%13.53%-
HSV(B)182.22º56.25%18.82%-
XYZ1.862.413.16-
YUV39.34132.89114.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.10%
GREEN value IS 47 (18.75% from 255) = 40.52%
BLUE value IS 48 (19.14% from 255) = 41.38%
R=18.10%
G=40.52%
B=41.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2147480.560.0200.81182.2239.1313.53
Hex152F30382051b627e
Octal25576070201212664716
Binary101011011111100001110001001010001101101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152F30; }

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

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

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

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

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

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

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

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