Html Css Color HEX #296A4F Evening Sea

📋 copy color: '#296A4F'

red 41 ◦ green 106 ◦ blue 79

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

Shades of Evening Sea #296A4F

Tints of Evening Sea #296A4F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 46.9%

 BLUE value IS 79 (31.25% from 255) = 34.96%

R = 18.14%
G = 46.9%
B = 34.96%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#296A4F (or 0x296A4F) is known color: Evening Sea. HEX triplet: 29, 6A and 4F. RGB value is (41,106,79). Sum of RGB (Red+Green+Blue) = 41+106+79=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 106 (41.80% from 255 or 46.90% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 106 - color contains mainly: green. Hex color #296A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296A4F is #D695B0. Grayscale: #535353. Windows color (decimal): -14063025 or 5204521. OLE color: 5204521.

HSL color Cylindrical-coordinate representation of color #296A4F: hue angle of 155.08º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296A4F is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 106 79 -
CMYK 0.61 0 0.25 0.58
HSL 155.08º 0.44% 0.29% -
HSV(B) 155.08º 0.61% 0.42% -
XYZ 7.48 11.34 9.19 -
YUV 83.49 125.47 97.7 -
System Red Green Blue C M Y K H S L
Decimal 41 106 79 0.61 0 0.25 0.58 155.08 0.44 0.29
Hex 29 6A 4F 3D 0 19 3A 9B 2C 1D
Octal 51 152 117 75 0 31 72 233 54 35
Binary 101001 1101010 1001111 111101 0 11001 111010 10011011 101100 11101

Color Harmonies of #296A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296A4F

Black with #296A4F

Text Example


Text Example

White with #296A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296A4F; }

 p { color: rgb(41,106,79); }

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

background-color css

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

 a { background-color: rgb(41,106,79); }

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

border-color css

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

 span { border-color: rgb(41,106,79); }

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