#2B4B4A

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

Shades of Dark Slate Grey #2B4B4A

Tints of Dark Slate Grey #2B4B4A

Color information

#2B4B4A (or 0x2B4B4A) is unknown color: approx Dark Slate Grey. HEX triplet: 2B, 4B and 4A. RGB value is (43,75,74). Sum of RGB (Red+Green+Blue) = 43+75+74=192 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.40% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 75 - color contains mainly: green. Hex color #2B4B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4B4A is #D4B4B5. Grayscale: #414141. Windows color (decimal): -13939894 or 4868907. OLE color: 4868907.

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

Color convert

RGB437574-
CMYK0.4300.010.71
HSL178.12º27.12%23.14%-
HSV(B)178.12º42.67%29.41%-
XYZ4.756.047.39-
YUV65.32132.9112.08-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.40%
GREEN value IS 75 (29.69% from 255) = 39.06%
BLUE value IS 74 (29.30% from 255) = 38.54%
R=22.40%
G=39.06%
B=38.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4375740.4300.010.71178.1227.1223.14
Hex2B4B4A2B0147b21b17
Octal5311311253011072623327
Binary10101110010111001010101011011000111101100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,75,74); }

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

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

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

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

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

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

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