#253030

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

Shades of Swamp #253030

Tints of Swamp #253030

Color information

#253030 (or 0x253030) is unknown color: approx Swamp. HEX triplet: 25, 30 and 30. RGB value is (37,48,48). Sum of RGB (Red+Green+Blue) = 37+48+48=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 48 - color contains mainly: green, blue. Hex color #253030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253030 is #DACFCF. Grayscale: #2C2C2C. Windows color (decimal): -14340048 or 3158053. OLE color: 3158053.

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

Color convert

RGB374848-
CMYK0.23000.81
HSL180º12.94%16.67%-
HSV(B)180º22.92%18.82%-
XYZ2.352.723.2-
YUV44.71129.86122.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.82%
GREEN value IS 48 (19.14% from 255) = 36.09%
BLUE value IS 48 (19.14% from 255) = 36.09%
R=27.82%
G=36.09%
B=36.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3748480.23000.8118012.9416.67
Hex253030170051b4d11
Octal45606027001212641521
Binary1001011100001100001011100101000110110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253030; }

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

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

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

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

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

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

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

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