Html Css Color HEX #295A52 Eden

📋 copy color: '#295A52'

red 41 ◦ green 90 ◦ blue 82

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

Shades of Eden #295A52

Tints of Eden #295A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 38.5%

R = 19.25%
G = 42.25%
B = 38.5%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#295A52 (or 0x295A52) is known color: Eden. HEX triplet: 29, 5A and 52. RGB value is (41,90,82). Sum of RGB (Red+Green+Blue) = 41+90+82=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 90 - color contains mainly: green. Hex color #295A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A52 is #D6A5AD. Grayscale: #4A4A4A. Windows color (decimal): -14067118 or 5397033. OLE color: 5397033.

HSL color Cylindrical-coordinate representation of color #295A52: hue angle of 170.2º 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 #295A52 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 90 82 -
CMYK 0.54 0 0.09 0.65
HSL 170.2º 0.37% 0.26% -
HSV(B) 170.2º 0.54% 0.35% -
XYZ 6.09 8.39 9.28 -
YUV 74.44 132.27 104.15 -
System Red Green Blue C M Y K H S L
Decimal 41 90 82 0.54 0 0.09 0.65 170.2 0.37 0.26
Hex 29 5A 52 36 0 9 41 AA 25 1A
Octal 51 132 122 66 0 11 101 252 45 32
Binary 101001 1011010 1010010 110110 0 1001 1000001 10101010 100101 11010

Color Harmonies of #295A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295A52

Black with #295A52

Text Example


Text Example

White with #295A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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