#252E28

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

Shades of Midnight Moss #252E28

Tints of Midnight Moss #252E28

Color information

#252E28 (or 0x252E28) is unknown color: approx Midnight Moss. HEX triplet: 25, 2E and 28. RGB value is (37,46,40). Sum of RGB (Red+Green+Blue) = 37+46+40=123 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.08% from 123); Green value is 46 (18.36% from 255 or 37.40% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 46 - color contains mainly: green. Hex color #252E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252E28 is #DAD1D7. Grayscale: #2A2A2A. Windows color (decimal): -14340568 or 2633253. OLE color: 2633253.

HSL color Cylindrical-coordinate representation of color #252E28: hue angle of 140º 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 #252E28 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.

Color convert

RGB374640-
CMYK0.2000.130.82
HSL140º10.84%16.27%-
HSV(B)140º19.57%18.04%-
XYZ2.122.52.38-
YUV42.62126.52123.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.08%
GREEN value IS 46 (18.36% from 255) = 37.40%
BLUE value IS 40 (16.02% from 255) = 32.52%
R=30.08%
G=37.40%
B=32.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3746400.2000.130.8214010.8416.27
Hex252E28140D528cb10
Octal455650240151222141320
Binary1001011011101010001010001101101001010001100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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