#1F2D25

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

Shades of Midnight Moss #1F2D25

Tints of Midnight Moss #1F2D25

Color information

#1F2D25 (or 0x1F2D25) is unknown color: approx Midnight Moss. HEX triplet: 1F, 2D and 25. RGB value is (31,45,37). Sum of RGB (Red+Green+Blue) = 31+45+37=113 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.43% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 45 - color contains mainly: green. Hex color #1F2D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2D25 is #E0D2DA. Grayscale: #272727. Windows color (decimal): -14734043 or 2436383. OLE color: 2436383.

HSL color Cylindrical-coordinate representation of color #1F2D25: hue angle of 145.71º degrees, saturation: 0.18, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #1F2D25 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.82.

Color convert

RGB314537-
CMYK0.3100.180.82
HSL145.71º18.42%14.9%-
HSV(B)145.71º31.11%17.65%-
XYZ1.842.32.1-
YUV39.9126.36121.65-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 27.43%
GREEN value IS 45 (17.97% from 255) = 39.82%
BLUE value IS 37 (14.84% from 255) = 32.74%
R=27.43%
G=39.82%
B=32.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3145370.3100.180.82145.7118.4214.9
Hex1F2D251F012529212f
Octal375545370221222222217
Binary1111110110110010111111010010101001010010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F2D25; }

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

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

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

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

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

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

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

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