Html Css Color HEX #296352 Evening Sea

📋 copy color: '#296352'

red 41 ◦ green 99 ◦ blue 82

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

Shades of Evening Sea #296352

Tints of Evening Sea #296352

RGB

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

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

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

R = 18.47%
G = 44.59%
B = 36.94%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#296352 (or 0x296352) is known color: Evening Sea. HEX triplet: 29, 63 and 52. RGB value is (41,99,82). Sum of RGB (Red+Green+Blue) = 41+99+82=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 99 - color contains mainly: green. Hex color #296352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296352 is #D69CAD. Grayscale: #4F4F4F. Windows color (decimal): -14064814 or 5399337. OLE color: 5399337.

HSL color Cylindrical-coordinate representation of color #296352: hue angle of 162.41º 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 #296352 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB 41 99 82 -
CMYK 0.59 0 0.17 0.61
HSL 162.41º 0.41% 0.27% -
HSV(B) 162.41º 0.59% 0.39% -
XYZ 6.9 10 9.55 -
YUV 79.72 129.28 100.38 -
System Red Green Blue C M Y K H S L
Decimal 41 99 82 0.59 0 0.17 0.61 162.41 0.41 0.27
Hex 29 63 52 3B 0 11 3D A2 29 1B
Octal 51 143 122 73 0 21 75 242 51 33
Binary 101001 1100011 1010010 111011 0 10001 111101 10100010 101001 11011

Color Harmonies of #296352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296352

Black with #296352

Text Example


Text Example

White with #296352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296352; }

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

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

background-color css

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

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

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

border-color css

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

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

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