Html Css Color HEX #296360 Eden

📋 copy color: '#296360'

red 41 ◦ green 99 ◦ blue 96

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

Shades of Eden #296360

Tints of Eden #296360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.95%

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

R = 17.37%
G = 41.95%
B = 40.68%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#296360 (or 0x296360) is known color: Eden. HEX triplet: 29, 63 and 60. RGB value is (41,99,96). Sum of RGB (Red+Green+Blue) = 41+99+96=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #296360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296360 is #D69C9F. Grayscale: #515151. Windows color (decimal): -14064800 or 6316841. OLE color: 6316841.

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

Color convert

RGB 41 99 96 -
CMYK 0.59 0 0.03 0.61
HSL 176.9º 0.41% 0.27% -
HSV(B) 176.9º 0.59% 0.39% -
XYZ 7.49 10.24 12.65 -
YUV 81.32 136.28 99.24 -
System Red Green Blue C M Y K H S L
Decimal 41 99 96 0.59 0 0.03 0.61 176.9 0.41 0.27
Hex 29 63 60 3B 0 3 3D B1 29 1B
Octal 51 143 140 73 0 3 75 261 51 33
Binary 101001 1100011 1100000 111011 0 11 111101 10110001 101001 11011

Color Harmonies of #296360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296360

Black with #296360

Text Example


Text Example

White with #296360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296360; }

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

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

background-color css

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

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

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

border-color css

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

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

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