#274F4A

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

Shades of Dark Slate Grey #274F4A

Tints of Dark Slate Grey #274F4A

Color information

#274F4A (or 0x274F4A) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 4F and 4A. RGB value is (39,79,74). Sum of RGB (Red+Green+Blue) = 39+79+74=192 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.31% from 192); Green value is 79 (31.25% from 255 or 41.15% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 79 - color contains mainly: green. Hex color #274F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #274F4A is #D8B0B5. Grayscale: #424242. Windows color (decimal): -14201014 or 4869927. OLE color: 4869927.

HSL color Cylindrical-coordinate representation of color #274F4A: hue angle of 172.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #274F4A is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB397974-
CMYK0.5100.060.69
HSL172.5º33.9%23.14%-
HSV(B)172.5º50.63%30.98%-
XYZ4.876.527.48-
YUV66.47132.25108.41-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.31%
GREEN value IS 79 (31.25% from 255) = 41.15%
BLUE value IS 74 (29.30% from 255) = 38.54%
R=20.31%
G=41.15%
B=38.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3979740.5100.060.69172.533.923.14
Hex274F4A330645ac2217
Octal4711711263061052544227
Binary10011110011111001010110011011010001011010110010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274F4A; }

 p { color: rgb(39,79,74); }

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

<style>
 a { background-color: #274F4A; }

 a { background-color: rgb(39,79,74); }

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

<style>
 span { border-color: #274F4A; }

 span { border-color: rgb(39,79,74); }

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