Html Css Color HEX #232F29 Midnight Moss

📋 copy color: '#232F29'

red 35 ◦ green 47 ◦ blue 41

#232F29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Moss #232F29

Tints of Midnight Moss #232F29

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 value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.82

RGB Variations

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

Color information

#232F29 (or 0x232F29) is known color: 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

RGB 35 47 41 -
CMYK 0.26 0 0.13 0.82
HSL 150º 0.15% 0.16% -
HSV(B) 150º 0.26% 0.18% -
XYZ 2.11 2.55 2.48 -
YUV 42.73 127.02 122.49 -
System Red Green Blue C M Y K H S L
Decimal 35 47 41 0.26 0 0.13 0.82 150 0.15 0.16
Hex 23 2F 29 1A 0 D 52 96 F 10
Octal 43 57 51 32 0 15 122 226 17 20
Binary 100011 101111 101001 11010 0 1101 1010010 10010110 1111 10000

Color Harmonies of #232F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232F29

Black with #232F29

Text Example


Text Example

White with #232F29

Text Example


Text Example

HTML Codes & Css Web 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>