#232F29

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

Shades of Midnight Moss #232F29

Tints of Midnight Moss #232F29

Color information

#232F29 (or 0x232F29) is unknown color: approx Midnight Moss. HEX triplet: 23, 2F and 29. RGB value is (35,47,41). Sum of RGB (Red+Green+Blue) = 35+47+41=123 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.46% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 41 (16.41% from 255 or 33.33% from 123); Max value from RGB is 47 - color contains mainly: green. Hex color #232F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232F29 is #DCD0D6. Grayscale: #2A2A2A. Windows color (decimal): -14471383 or 2699043. OLE color: 2699043.

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

Color convert

RGB354741-
CMYK0.2600.130.82
HSL150º14.63%16.08%-
HSV(B)150º25.53%18.43%-
XYZ2.112.552.48-
YUV42.73127.02122.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 28.46%
GREEN value IS 47 (18.75% from 255) = 38.21%
BLUE value IS 41 (16.41% from 255) = 33.33%
R=28.46%
G=38.21%
B=33.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3547410.2600.130.8215014.6316.08
Hex232F291A0D5296f10
Octal435751320151222261720
Binary1000111011111010011101001101101001010010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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