#2A4B4B

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

Shades of Dark Slate Grey #2A4B4B

Tints of Dark Slate Grey #2A4B4B

Color information

#2A4B4B (or 0x2A4B4B) is unknown color: approx Dark Slate Grey. HEX triplet: 2A, 4B and 4B. RGB value is (42,75,75). Sum of RGB (Red+Green+Blue) = 42+75+75=192 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.88% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 75 - color contains mainly: green, blue. Hex color #2A4B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4B4B is #D5B4B4. Grayscale: #414141. Windows color (decimal): -14005429 or 4934442. OLE color: 4934442.

HSL color Cylindrical-coordinate representation of color #2A4B4B: hue angle of 180º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2A4B4B is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB427575-
CMYK0.44000.71
HSL180º28.21%22.94%-
HSV(B)180º44%29.41%-
XYZ4.746.037.57-
YUV65.13133.57111.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.88%
GREEN value IS 75 (29.69% from 255) = 39.06%
BLUE value IS 75 (29.69% from 255) = 39.06%
R=21.88%
G=39.06%
B=39.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4275750.44000.7118028.2122.94
Hex2A4B4B2C0047b41c17
Octal5211311354001072643427
Binary10101010010111001011101100001000111101101001110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,75,75); }

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

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

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

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

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

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

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