#252F29

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

Shades of Midnight Moss #252F29

Tints of Midnight Moss #252F29

Color information

#252F29 (or 0x252F29) is unknown color: approx Midnight Moss. HEX triplet: 25, 2F and 29. RGB value is (37,47,41). Sum of RGB (Red+Green+Blue) = 37+47+41=125 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.6% from 125); Green value is 47 (18.75% from 255 or 37.6% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 47 - color contains mainly: green. Hex color #252F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252F29 is #DAD0D6. Grayscale: #2B2B2B. Windows color (decimal): -14340311 or 2699045. OLE color: 2699045.

HSL color Cylindrical-coordinate representation of color #252F29: hue angle of 144º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #252F29 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.

Color convert

RGB374741-
CMYK0.2100.130.82
HSL144º11.9%16.47%-
HSV(B)144º21.28%18.43%-
XYZ2.182.592.48-
YUV43.33126.69123.49-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.6%
GREEN value IS 47 (18.75% from 255) = 37.6%
BLUE value IS 41 (16.41% from 255) = 32.8%
R=29.6%
G=37.6%
B=32.8%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3747410.2100.130.8214411.916.47
Hex252F29150D5290c10
Octal455751250151222201420
Binary1001011011111010011010101101101001010010000110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,47,41); }

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

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

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

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

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

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

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