Html Css Color HEX #295252 Dark Slate Grey

📋 copy color: '#295252'

red 41 ◦ green 82 ◦ blue 82

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

Shades of Dark Slate Grey #295252

Tints of Dark Slate Grey #295252

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40%

 BLUE value IS 82 (32.42% from 255) = 40%

R = 20%
G = 40%
B = 40%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#295252 (or 0x295252) is known color: Dark Slate Grey. HEX triplet: 29, 52 and 52. RGB value is (41,82,82). Sum of RGB (Red+Green+Blue) = 41+82+82=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 82 - color contains mainly: green, blue. Hex color #295252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295252 is #D6ADAD. Grayscale: #454545. Windows color (decimal): -14069166 or 5394985. OLE color: 5394985.

HSL color Cylindrical-coordinate representation of color #295252: hue angle of 180º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #295252 is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 41 82 82 -
CMYK 0.50 0 0 0.68
HSL 180º 0.33% 0.24% -
HSV(B) 180º 0.5% 0.32% -
XYZ 5.45 7.12 9.07 -
YUV 69.74 134.92 107.5 -
System Red Green Blue C M Y K H S L
Decimal 41 82 82 0.50 0 0 0.68 180 0.33 0.24
Hex 29 52 52 32 0 0 44 B4 21 18
Octal 51 122 122 62 0 0 104 264 41 30
Binary 101001 1010010 1010010 110010 0 0 1000100 10110100 100001 11000

Color Harmonies of #295252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295252

Black with #295252

Text Example


Text Example

White with #295252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295252; }

 p { color: rgb(41,82,82); }

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

background-color css

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

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

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

border-color css

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

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

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