Html Css Color HEX #295A51 Eden

📋 copy color: '#295A51'

red 41 ◦ green 90 ◦ blue 81

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

Shades of Eden #295A51

Tints of Eden #295A51

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.45%

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

R = 19.34%
G = 42.45%
B = 38.21%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.1

 K value IS 0.65

RGB Variations

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

Color information

#295A51 (or 0x295A51) is known color: Eden. HEX triplet: 29, 5A and 51. RGB value is (41,90,81). Sum of RGB (Red+Green+Blue) = 41+90+81=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 90 - color contains mainly: green. Hex color #295A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A51 is #D6A5AE. Grayscale: #4A4A4A. Windows color (decimal): -14067119 or 5331497. OLE color: 5331497.

HSL color Cylindrical-coordinate representation of color #295A51: hue angle of 168.98º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #295A51 is Cyan = 0.54, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 90 81 -
CMYK 0.54 0 0.1 0.65
HSL 168.98º 0.37% 0.26% -
HSV(B) 168.98º 0.54% 0.35% -
XYZ 6.06 8.38 9.08 -
YUV 74.32 131.77 104.23 -
System Red Green Blue C M Y K H S L
Decimal 41 90 81 0.54 0 0.1 0.65 168.98 0.37 0.26
Hex 29 5A 51 36 0 A 41 A9 25 1A
Octal 51 132 121 66 0 12 101 251 45 32
Binary 101001 1011010 1010001 110110 0 1010 1000001 10101001 100101 11010

Color Harmonies of #295A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295A51

Black with #295A51

Text Example


Text Example

White with #295A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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