Html Css Color HEX #2F4F4E Dark Slate Grey

📋 copy color: '#2F4F4E'

red 47 ◦ green 79 ◦ blue 78

#2F4F4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #2F4F4E

Tints of Dark Slate Grey #2F4F4E

RGB

 RED value IS 47 (18.75% from 255) = 23.04%

 GREEN value IS 79 (31.25% from 255) = 38.73%

 BLUE value IS 78 (30.86% from 255) = 38.24%

R = 23.04%
G = 38.73%
B = 38.24%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#2F4F4E (or 0x2F4F4E) is known color: Dark Slate Grey. HEX triplet: 2F, 4F and 4E. RGB value is (47,79,78). Sum of RGB (Red+Green+Blue) = 47+79+78=204 (27% of max value = 765). Red value is 47 (18.75% from 255 or 23.04% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 79 - color contains mainly: green. Hex color #2F4F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F4F4E is #D0B0B1. Grayscale: #454545. Windows color (decimal): -13676722 or 5132079. OLE color: 5132079.

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

Color convert

RGB 47 79 78 -
CMYK 0.41 0 0.01 0.69
HSL 178.13º 0.25% 0.25% -
HSV(B) 178.13º 0.41% 0.31% -
XYZ 5.34 6.75 8.23 -
YUV 69.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 47 79 78 0.41 0 0.01 0.69 178.13 0.25 0.25
Hex 2F 4F 4E 29 0 1 45 B2 19 19
Octal 57 117 116 51 0 1 105 262 31 31
Binary 101111 1001111 1001110 101001 0 1 1000101 10110010 11001 11001

Color Harmonies of #2F4F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4F4E

Black with #2F4F4E

Text Example


Text Example

White with #2F4F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F4F4E;
 }
 .AnyTagClassName
 {
   color: #2F4F4E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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