#304F4E

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

Shades of Dark Slate Grey #304F4E

Tints of Dark Slate Grey #304F4E

Color information

#304F4E (or 0x304F4E) is unknown color: approx Dark Slate Grey. HEX triplet: 30, 4F and 4E. RGB value is (48,79,78). Sum of RGB (Red+Green+Blue) = 48+79+78=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 79 - color contains mainly: green. Hex color #304F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F4E is #CFB0B1. Grayscale: #454545. Windows color (decimal): -13611186 or 5132080. OLE color: 5132080.

HSL color Cylindrical-coordinate representation of color #304F4E: hue angle of 178.06º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #304F4E is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB487978-
CMYK0.3900.010.69
HSL178.06º24.41%24.9%-
HSV(B)178.06º39.24%30.98%-
XYZ5.396.778.23-
YUV69.62132.73112.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.41%
GREEN value IS 79 (31.25% from 255) = 38.54%
BLUE value IS 78 (30.86% from 255) = 38.05%
R=23.41%
G=38.54%
B=38.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4879780.3900.010.69178.0624.4124.9
Hex304F4E270145b21819
Octal6011711647011052623031
Binary11000010011111001110100111011000101101100101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304F4E; }

 p { color: rgb(48,79,78); }

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

<style>
 a { background-color: #304F4E; }

 a { background-color: rgb(48,79,78); }

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

<style>
 span { border-color: #304F4E; }

 span { border-color: rgb(48,79,78); }

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