Html Css Color HEX #252E28 Midnight Moss

📋 copy color: '#252E28'

red 37 ◦ green 46 ◦ blue 40

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

Shades of Midnight Moss #252E28

Tints of Midnight Moss #252E28

RGB

 RED value IS 37 (14.84% from 255) = 30.08%

 GREEN value IS 46 (18.36% from 255) = 37.4%

 BLUE value IS 40 (16.02% from 255) = 32.52%

R = 30.08%
G = 37.4%
B = 32.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.82

RGB Variations

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

Color information

#252E28 (or 0x252E28) is known color: 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

RGB 37 46 40 -
CMYK 0.20 0 0.13 0.82
HSL 140º 0.11% 0.16% -
HSV(B) 140º 0.2% 0.18% -
XYZ 2.12 2.5 2.38 -
YUV 42.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 37 46 40 0.20 0 0.13 0.82 140 0.11 0.16
Hex 25 2E 28 14 0 D 52 8C B 10
Octal 45 56 50 24 0 15 122 214 13 20
Binary 100101 101110 101000 10100 0 1101 1010010 10001100 1011 10000

Color Harmonies of #252E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E28

Black with #252E28

Text Example


Text Example

White with #252E28

Text Example


Text Example

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