Html Css Color HEX #295B48 Evening Sea

📋 copy color: '#295B48'

red 41 ◦ green 91 ◦ blue 72

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

Shades of Evening Sea #295B48

Tints of Evening Sea #295B48

RGB

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

 GREEN value IS 91 (35.94% from 255) = 44.61%

 BLUE value IS 72 (28.52% from 255) = 35.29%

R = 20.1%
G = 44.61%
B = 35.29%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.64

RGB Variations

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

Color information

#295B48 (or 0x295B48) is known color: Evening Sea. HEX triplet: 29, 5B and 48. RGB value is (41,91,72). Sum of RGB (Red+Green+Blue) = 41+91+72=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 91 (35.94% from 255 or 44.61% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 91 - color contains mainly: green. Hex color #295B48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295B48 is #D6A4B7. Grayscale: #494949. Windows color (decimal): -14066872 or 4741929. OLE color: 4741929.

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

Color convert

RGB 41 91 72 -
CMYK 0.55 0 0.21 0.64
HSL 157.2º 0.38% 0.26% -
HSV(B) 157.2º 0.55% 0.36% -
XYZ 5.83 8.42 7.45 -
YUV 73.88 126.94 104.54 -
System Red Green Blue C M Y K H S L
Decimal 41 91 72 0.55 0 0.21 0.64 157.2 0.38 0.26
Hex 29 5B 48 37 0 15 40 9D 26 1A
Octal 51 133 110 67 0 25 100 235 46 32
Binary 101001 1011011 1001000 110111 0 10101 1000000 10011101 100110 11010

Color Harmonies of #295B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295B48

Black with #295B48

Text Example


Text Example

White with #295B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,91,72); }

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

background-color css

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

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

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

border-color css

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

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

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