Html Css Color HEX #295D51 Evening Sea

📋 copy color: '#295D51'

red 41 ◦ green 93 ◦ blue 81

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

Shades of Evening Sea #295D51

Tints of Evening Sea #295D51

RGB

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

 GREEN value IS 93 (36.72% from 255) = 43.26%

 BLUE value IS 81 (32.03% from 255) = 37.67%

R = 19.07%
G = 43.26%
B = 37.67%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#295D51 (or 0x295D51) is known color: Evening Sea. HEX triplet: 29, 5D and 51. RGB value is (41,93,81). Sum of RGB (Red+Green+Blue) = 41+93+81=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 93 - color contains mainly: green. Hex color #295D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295D51 is #D6A2AE. Grayscale: #4C4C4C. Windows color (decimal): -14066351 or 5332265. OLE color: 5332265.

HSL color Cylindrical-coordinate representation of color #295D51: hue angle of 166.15º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #295D51 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 93 81 -
CMYK 0.56 0 0.13 0.64
HSL 166.15º 0.39% 0.26% -
HSV(B) 166.15º 0.56% 0.36% -
XYZ 6.31 8.89 9.17 -
YUV 76.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 41 93 81 0.56 0 0.13 0.64 166.15 0.39 0.26
Hex 29 5D 51 38 0 D 40 A6 27 1A
Octal 51 135 121 70 0 15 100 246 47 32
Binary 101001 1011101 1010001 111000 0 1101 1000000 10100110 100111 11010

Color Harmonies of #295D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295D51

Black with #295D51

Text Example


Text Example

White with #295D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295D51; }

 p { color: rgb(41,93,81); }

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

background-color css

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

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

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

border-color css

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

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

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