Html Css Color HEX #297052 Evening Sea

📋 copy color: '#297052'

red 41 ◦ green 112 ◦ blue 82

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

Shades of Evening Sea #297052

Tints of Evening Sea #297052

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.66%

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

R = 17.45%
G = 47.66%
B = 34.89%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#297052 (or 0x297052) is known color: Evening Sea. HEX triplet: 29, 70 and 52. RGB value is (41,112,82). Sum of RGB (Red+Green+Blue) = 41+112+82=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #297052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297052 is #D68FAD. Grayscale: #575757. Windows color (decimal): -14061486 or 5402665. OLE color: 5402665.

HSL color Cylindrical-coordinate representation of color #297052: hue angle of 154.65º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #297052 is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 112 82 -
CMYK 0.63 0 0.27 0.56
HSL 154.65º 0.46% 0.3% -
HSV(B) 154.65º 0.63% 0.44% -
XYZ 8.23 12.67 9.99 -
YUV 87.35 124.98 94.94 -
System Red Green Blue C M Y K H S L
Decimal 41 112 82 0.63 0 0.27 0.56 154.65 0.46 0.3
Hex 29 70 52 3F 0 1B 38 9B 2E 1E
Octal 51 160 122 77 0 33 70 233 56 36
Binary 101001 1110000 1010010 111111 0 11011 111000 10011011 101110 11110

Color Harmonies of #297052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297052

Black with #297052

Text Example


Text Example

White with #297052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297052; }

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

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

background-color css

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

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

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

border-color css

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

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

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