Html Css Color HEX #296053 Eden

📋 copy color: '#296053'

red 41 ◦ green 96 ◦ blue 83

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

Shades of Eden #296053

Tints of Eden #296053

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.64%

 BLUE value IS 83 (32.81% from 255) = 37.73%

R = 18.64%
G = 43.64%
B = 37.73%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#296053 (or 0x296053) is known color: Eden. HEX triplet: 29, 60 and 53. RGB value is (41,96,83). Sum of RGB (Red+Green+Blue) = 41+96+83=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #296053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296053 is #D69FAC. Grayscale: #4E4E4E. Windows color (decimal): -14065581 or 5464105. OLE color: 5464105.

HSL color Cylindrical-coordinate representation of color #296053: hue angle of 165.82º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #296053 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 96 83 -
CMYK 0.57 0 0.14 0.62
HSL 165.82º 0.4% 0.27% -
HSV(B) 165.82º 0.57% 0.38% -
XYZ 6.66 9.46 9.66 -
YUV 78.07 130.78 101.56 -
System Red Green Blue C M Y K H S L
Decimal 41 96 83 0.57 0 0.14 0.62 165.82 0.4 0.27
Hex 29 60 53 39 0 E 3E A6 28 1B
Octal 51 140 123 71 0 16 76 246 50 33
Binary 101001 1100000 1010011 111001 0 1110 111110 10100110 101000 11011

Color Harmonies of #296053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296053

Black with #296053

Text Example


Text Example

White with #296053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296053; }

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

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

background-color css

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

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

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

border-color css

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

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

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