Html Css Color HEX #296860 Eden

📋 copy color: '#296860'

red 41 ◦ green 104 ◦ blue 96

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

Shades of Eden #296860

Tints of Eden #296860

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.15%

 BLUE value IS 96 (37.89% from 255) = 39.83%

R = 17.01%
G = 43.15%
B = 39.83%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#296860 (or 0x296860) is known color: Eden. HEX triplet: 29, 68 and 60. RGB value is (41,104,96). Sum of RGB (Red+Green+Blue) = 41+104+96=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 104 - color contains mainly: green. Hex color #296860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296860 is #D6979F. Grayscale: #545454. Windows color (decimal): -14063520 or 6318121. OLE color: 6318121.

HSL color Cylindrical-coordinate representation of color #296860: hue angle of 172.38º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296860 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 104 96 -
CMYK 0.61 0 0.08 0.59
HSL 172.38º 0.43% 0.28% -
HSV(B) 172.38º 0.61% 0.41% -
XYZ 7.98 11.22 12.81 -
YUV 84.25 134.63 97.15 -
System Red Green Blue C M Y K H S L
Decimal 41 104 96 0.61 0 0.08 0.59 172.38 0.43 0.28
Hex 29 68 60 3D 0 8 3B AC 2B 1C
Octal 51 150 140 75 0 10 73 254 53 34
Binary 101001 1101000 1100000 111101 0 1000 111011 10101100 101011 11100

Color Harmonies of #296860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296860

Black with #296860

Text Example


Text Example

White with #296860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296860; }

 p { color: rgb(41,104,96); }

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

background-color css

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

 a { background-color: rgb(41,104,96); }

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

border-color css

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

 span { border-color: rgb(41,104,96); }

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