#2C4B4B

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

Shades of Dark Slate Grey #2C4B4B

Tints of Dark Slate Grey #2C4B4B

Color information

#2C4B4B (or 0x2C4B4B) is unknown color: approx Dark Slate Grey. HEX triplet: 2C, 4B and 4B. RGB value is (44,75,75). Sum of RGB (Red+Green+Blue) = 44+75+75=194 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.68% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 75 - color contains mainly: green, blue. Hex color #2C4B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4B4B is #D3B4B4. Grayscale: #414141. Windows color (decimal): -13874357 or 4934444. OLE color: 4934444.

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

Color convert

RGB447575-
CMYK0.41000.71
HSL180º26.05%23.33%-
HSV(B)180º41.33%29.41%-
XYZ4.826.087.58-
YUV65.73133.23112.5-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.68%
GREEN value IS 75 (29.69% from 255) = 38.66%
BLUE value IS 75 (29.69% from 255) = 38.66%
R=22.68%
G=38.66%
B=38.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4475750.41000.7118026.0523.33
Hex2C4B4B290047b41a17
Octal5411311351001072643227
Binary10110010010111001011101001001000111101101001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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