Html Css Color HEX #296252 Evening Sea

📋 copy color: '#296252'

red 41 ◦ green 98 ◦ blue 82

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

Shades of Evening Sea #296252

Tints of Evening Sea #296252

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.34%

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

R = 18.55%
G = 44.34%
B = 37.1%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#296252 (or 0x296252) is known color: Evening Sea. HEX triplet: 29, 62 and 52. RGB value is (41,98,82). Sum of RGB (Red+Green+Blue) = 41+98+82=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 98 - color contains mainly: green. Hex color #296252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296252 is #D69DAD. Grayscale: #4F4F4F. Windows color (decimal): -14065070 or 5399081. OLE color: 5399081.

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

Color convert

RGB 41 98 82 -
CMYK 0.58 0 0.16 0.62
HSL 163.16º 0.41% 0.27% -
HSV(B) 163.16º 0.58% 0.38% -
XYZ 6.81 9.82 9.52 -
YUV 79.13 129.62 100.8 -
System Red Green Blue C M Y K H S L
Decimal 41 98 82 0.58 0 0.16 0.62 163.16 0.41 0.27
Hex 29 62 52 3A 0 10 3E A3 29 1B
Octal 51 142 122 72 0 20 76 243 51 33
Binary 101001 1100010 1010010 111010 0 10000 111110 10100011 101001 11011

Color Harmonies of #296252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296252

Black with #296252

Text Example


Text Example

White with #296252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296252; }

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

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

background-color css

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

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

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

border-color css

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

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

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