#25302A

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

Shades of Midnight Moss #25302A

Tints of Midnight Moss #25302A

Color information

#25302A (or 0x25302A) is unknown color: approx Midnight Moss. HEX triplet: 25, 30 and 2A. RGB value is (37,48,42). Sum of RGB (Red+Green+Blue) = 37+48+42=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 48 - color contains mainly: green. Hex color #25302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25302A is #DACFD5. Grayscale: #2C2C2C. Windows color (decimal): -14340054 or 2764837. OLE color: 2764837.

HSL color Cylindrical-coordinate representation of color #25302A: hue angle of 147.27º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #25302A is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.81.

Color convert

RGB374842-
CMYK0.2300.130.81
HSL147.27º12.94%16.67%-
HSV(B)147.27º22.92%18.82%-
XYZ2.242.672.59-
YUV44.03126.86122.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.13%
GREEN value IS 48 (19.14% from 255) = 37.80%
BLUE value IS 42 (16.80% from 255) = 33.07%
R=29.13%
G=37.80%
B=33.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3748420.2300.130.81147.2712.9416.67
Hex25302A170D5193d11
Octal456052270151212231521
Binary1001011100001010101011101101101000110010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25302A; }

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

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

<style>
 a { background-color: #25302A; }

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

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

<style>
 span { border-color: #25302A; }

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

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