Html Css Color HEX #297B5E Deep Sea

📋 copy color: '#297B5E'

red 41 ◦ green 123 ◦ blue 94

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

Shades of Deep Sea #297B5E

Tints of Deep Sea #297B5E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 47.67%

 BLUE value IS 94 (37.11% from 255) = 36.43%

R = 15.89%
G = 47.67%
B = 36.43%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#297B5E (or 0x297B5E) is known color: Deep Sea. HEX triplet: 29, 7B and 5E. RGB value is (41,123,94). Sum of RGB (Red+Green+Blue) = 41+123+94=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 123 (48.44% from 255 or 47.67% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 123 - color contains mainly: green. Hex color #297B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297B5E is #D684A1. Grayscale: #5F5F5F. Windows color (decimal): -14058658 or 6191913. OLE color: 6191913.

HSL color Cylindrical-coordinate representation of color #297B5E: hue angle of 158.78º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297B5E is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB 41 123 94 -
CMYK 0.67 0 0.24 0.52
HSL 158.78º 0.5% 0.32% -
HSV(B) 158.78º 0.67% 0.48% -
XYZ 10.02 15.45 13.04 -
YUV 95.18 127.33 89.36 -
System Red Green Blue C M Y K H S L
Decimal 41 123 94 0.67 0 0.24 0.52 158.78 0.5 0.32
Hex 29 7B 5E 43 0 18 34 9F 32 20
Octal 51 173 136 103 0 30 64 237 62 40
Binary 101001 1111011 1011110 1000011 0 11000 110100 10011111 110010 100000

Color Harmonies of #297B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297B5E

Black with #297B5E

Text Example


Text Example

White with #297B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297B5E; }

 p { color: rgb(41,123,94); }

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

background-color css

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

 a { background-color: rgb(41,123,94); }

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

border-color css

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

 span { border-color: rgb(41,123,94); }

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