#252E2D

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

Shades of Swamp #252E2D

Tints of Swamp #252E2D

Color information

#252E2D (or 0x252E2D) is unknown color: approx Swamp. HEX triplet: 25, 2E and 2D. RGB value is (37,46,45). Sum of RGB (Red+Green+Blue) = 37+46+45=128 (16% of max value = 765). Red value is 37 (14.84% from 255 or 28.91% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 46 - color contains mainly: green. Hex color #252E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252E2D is #DAD1D2. Grayscale: #2B2B2B. Windows color (decimal): -14340563 or 2960933. OLE color: 2960933.

HSL color Cylindrical-coordinate representation of color #252E2D: hue angle of 173.33º degrees, saturation: 0.11, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #252E2D is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.82.

Color convert

RGB374645-
CMYK0.2000.020.82
HSL173.33º10.84%16.27%-
HSV(B)173.33º19.57%18.04%-
XYZ2.212.542.86-
YUV43.2129.02123.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.91%
GREEN value IS 46 (18.36% from 255) = 35.94%
BLUE value IS 45 (17.97% from 255) = 35.16%
R=28.91%
G=35.94%
B=35.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3746450.2000.020.82173.3310.8416.27
Hex252E2D140252adb10
Octal45565524021222551320
Binary10010110111010110110100010101001010101101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252E2D; }

 p { color: rgb(37,46,45); }

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

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

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

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

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

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

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