Html Css Color HEX #252F2A Midnight Moss

📋 copy color: '#252F2A'

red 37 ◦ green 47 ◦ blue 42

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

Shades of Midnight Moss #252F2A

Tints of Midnight Moss #252F2A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 37.3%

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

R = 29.37%
G = 37.3%
B = 33.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.82

RGB Variations

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

Color information

#252F2A (or 0x252F2A) is known color: Midnight Moss. HEX triplet: 25, 2F and 2A. RGB value is (37,47,42). Sum of RGB (Red+Green+Blue) = 37+47+42=126 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.37% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 47 - color contains mainly: green. Hex color #252F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252F2A is #DAD0D5. Grayscale: #2B2B2B. Windows color (decimal): -14340310 or 2764581. OLE color: 2764581.

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

Color convert

RGB 37 47 42 -
CMYK 0.21 0 0.11 0.82
HSL 150º 0.12% 0.16% -
HSV(B) 150º 0.21% 0.18% -
XYZ 2.2 2.59 2.58 -
YUV 43.44 127.19 123.41 -
System Red Green Blue C M Y K H S L
Decimal 37 47 42 0.21 0 0.11 0.82 150 0.12 0.16
Hex 25 2F 2A 15 0 B 52 96 C 10
Octal 45 57 52 25 0 13 122 226 14 20
Binary 100101 101111 101010 10101 0 1011 1010010 10010110 1100 10000

Color Harmonies of #252F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252F2A

Black with #252F2A

Text Example


Text Example

White with #252F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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