#2A5256

Color #2A5256 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #2A5256

Tints of Dark Slate Grey #2A5256

Color information

#2A5256 (or 0x2A5256) is unknown color: approx Dark Slate Grey. HEX triplet: 2A, 52 and 56. RGB value is (42,82,86). Sum of RGB (Red+Green+Blue) = 42+82+86=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 86 - color contains mainly: blue. Hex color #2A5256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5256 is #D5ADA9. Grayscale: #464646. Windows color (decimal): -14003626 or 5657130. OLE color: 5657130.

HSL color Cylindrical-coordinate representation of color #2A5256: hue angle of 185.45º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A5256 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB428286-
CMYK0.510.0500.66
HSL185.45º34.38%25.1%-
HSV(B)185.45º51.16%33.73%-
XYZ5.657.29.9-
YUV70.5136.75107.67-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20%
GREEN value IS 82 (32.42% from 255) = 39.05%
BLUE value IS 86 (33.98% from 255) = 40.95%
R=20%
G=39.05%
B=40.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4282860.510.0500.66185.4534.3825.1
Hex2A5256335042b92219
Octal5212212663501022714231
Binary10101010100101010110110011101010000101011100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A5256; }

 p { color: rgb(42,82,86); }

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

<style>
 a { background-color: #2A5256; }

 a { background-color: rgb(42,82,86); }

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

<style>
 span { border-color: #2A5256; }

 span { border-color: rgb(42,82,86); }

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