Html Css Color HEX #252E2A Midnight Moss

📋 copy color: '#252E2A'

red 37 ◦ green 46 ◦ blue 42

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

Shades of Midnight Moss #252E2A

Tints of Midnight Moss #252E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 33.6%

R = 29.6%
G = 36.8%
B = 33.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.82

RGB Variations

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

Color information

#252E2A (or 0x252E2A) is known color: Midnight Moss. HEX triplet: 25, 2E and 2A. RGB value is (37,46,42). Sum of RGB (Red+Green+Blue) = 37+46+42=125 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.6% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 46 - color contains mainly: green. Hex color #252E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252E2A is #DAD1D5. Grayscale: #2A2A2A. Windows color (decimal): -14340566 or 2764325. OLE color: 2764325.

HSL color Cylindrical-coordinate representation of color #252E2A: hue angle of 153.33º 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 #252E2A is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB 37 46 42 -
CMYK 0.20 0 0.09 0.82
HSL 153.33º 0.11% 0.16% -
HSV(B) 153.33º 0.2% 0.18% -
XYZ 2.16 2.51 2.56 -
YUV 42.85 127.52 123.83 -
System Red Green Blue C M Y K H S L
Decimal 37 46 42 0.20 0 0.09 0.82 153.33 0.11 0.16
Hex 25 2E 2A 14 0 9 52 99 B 10
Octal 45 56 52 24 0 11 122 231 13 20
Binary 100101 101110 101010 10100 0 1001 1010010 10011001 1011 10000

Color Harmonies of #252E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E2A

Black with #252E2A

Text Example


Text Example

White with #252E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,46,42); }

 H1.HeaderClassName
 {
   color: #252E2A;
 }
 .AnyTagClassName
 {
   color: #252E2A;
 }
</style>

background-color css

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

 a { background-color: rgb(37,46,42); }

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

border-color css

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

 span { border-color: rgb(37,46,42); }

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