#295848

Color #295848 Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #295848

Tints of Evening Sea #295848

Color information

#295848 (or 0x295848) is unknown color: approx Evening Sea. HEX triplet: 29, 58 and 48. RGB value is (41,88,72). Sum of RGB (Red+Green+Blue) = 41+88+72=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 88 - color contains mainly: green. Hex color #295848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295848 is #D6A7B7. Grayscale: #484848. Windows color (decimal): -14067640 or 4741161. OLE color: 4741161.

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

Color convert

RGB418872-
CMYK0.5300.180.65
HSL159.57º36.43%25.29%-
HSV(B)159.57º53.41%34.51%-
XYZ5.577.927.37-
YUV72.12127.93105.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.40%
GREEN value IS 88 (34.77% from 255) = 43.78%
BLUE value IS 72 (28.52% from 255) = 35.82%
R=20.40%
G=43.78%
B=35.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4188720.5300.180.65159.5736.4325.29
Hex2958483501241a02419
Octal51130110650221012404431
Binary1010011011000100100011010101001010000011010000010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295848; }

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

 H1.HeaderClassName
 {
   color: #295848;
 }
 .AnyTagClassName
 {
   color: #295848;
 }
</style>
background-color css

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

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

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

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

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

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