Html Css Color HEX #295F4D Evening Sea

📋 copy color: '#295F4D'

red 41 ◦ green 95 ◦ blue 77

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

Shades of Evening Sea #295F4D

Tints of Evening Sea #295F4D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 44.6%

 BLUE value IS 77 (30.47% from 255) = 36.15%

R = 19.25%
G = 44.6%
B = 36.15%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.63

RGB Variations

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

Color information

#295F4D (or 0x295F4D) is known color: Evening Sea. HEX triplet: 29, 5F and 4D. RGB value is (41,95,77). Sum of RGB (Red+Green+Blue) = 41+95+77=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 95 (37.5% from 255 or 44.60% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 95 - color contains mainly: green. Hex color #295F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295F4D is #D6A0B2. Grayscale: #4C4C4C. Windows color (decimal): -14065843 or 5070633. OLE color: 5070633.

HSL color Cylindrical-coordinate representation of color #295F4D: hue angle of 160º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #295F4D is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.

Color convert

RGB 41 95 77 -
CMYK 0.57 0 0.19 0.63
HSL 160º 0.4% 0.27% -
HSV(B) 160º 0.57% 0.37% -
XYZ 6.35 9.19 8.46 -
YUV 76.8 128.11 102.46 -
System Red Green Blue C M Y K H S L
Decimal 41 95 77 0.57 0 0.19 0.63 160 0.4 0.27
Hex 29 5F 4D 39 0 13 3F A0 28 1B
Octal 51 137 115 71 0 23 77 240 50 33
Binary 101001 1011111 1001101 111001 0 10011 111111 10100000 101000 11011

Color Harmonies of #295F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295F4D

Black with #295F4D

Text Example


Text Example

White with #295F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,95,77); }

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

background-color css

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

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

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

border-color css

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

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

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