Html Css Color HEX #295956 Dark Slate Grey

📋 copy color: '#295956'

red 41 ◦ green 89 ◦ blue 86

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

Shades of Dark Slate Grey #295956

Tints of Dark Slate Grey #295956

RGB

 RED value IS 41 (16.41% from 255) = 18.98%

 GREEN value IS 89 (35.16% from 255) = 41.2%

 BLUE value IS 86 (33.98% from 255) = 39.81%

R = 18.98%
G = 41.2%
B = 39.81%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#295956 (or 0x295956) is known color: Dark Slate Grey. HEX triplet: 29, 59 and 56. RGB value is (41,89,86). Sum of RGB (Red+Green+Blue) = 41+89+86=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 89 - color contains mainly: green. Hex color #295956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295956 is #D6A6A9. Grayscale: #4A4A4A. Windows color (decimal): -14067370 or 5658921. OLE color: 5658921.

HSL color Cylindrical-coordinate representation of color #295956: hue angle of 176.25º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #295956 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 89 86 -
CMYK 0.54 0 0.03 0.65
HSL 176.25º 0.37% 0.25% -
HSV(B) 176.25º 0.54% 0.35% -
XYZ 6.17 8.29 10.08 -
YUV 74.31 134.6 104.24 -
System Red Green Blue C M Y K H S L
Decimal 41 89 86 0.54 0 0.03 0.65 176.25 0.37 0.25
Hex 29 59 56 36 0 3 41 B0 25 19
Octal 51 131 126 66 0 3 101 260 45 31
Binary 101001 1011001 1010110 110110 0 11 1000001 10110000 100101 11001

Color Harmonies of #295956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295956

Black with #295956

Text Example


Text Example

White with #295956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295956; }

 p { color: rgb(41,89,86); }

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

background-color css

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

 a { background-color: rgb(41,89,86); }

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

border-color css

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

 span { border-color: rgb(41,89,86); }

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