Html Css Color HEX #297F7C Elm

📋 copy color: '#297F7C'

red 41 ◦ green 127 ◦ blue 124

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

Shades of Elm #297F7C

Tints of Elm #297F7C

RGB

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

 GREEN value IS 127 (50% from 255) = 43.49%

 BLUE value IS 124 (48.83% from 255) = 42.47%

R = 14.04%
G = 43.49%
B = 42.47%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#297F7C (or 0x297F7C) is known color: Elm. HEX triplet: 29, 7F and 7C. RGB value is (41,127,124). Sum of RGB (Red+Green+Blue) = 41+127+124=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 127 (50% from 255 or 43.49% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 127 - color contains mainly: green. Hex color #297F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297F7C is #D68083. Grayscale: #646464. Windows color (decimal): -14057604 or 8159017. OLE color: 8159017.

HSL color Cylindrical-coordinate representation of color #297F7C: hue angle of 177.91º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #297F7C is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 127 124 -
CMYK 0.68 0 0.02 0.50
HSL 177.91º 0.51% 0.33% -
HSV(B) 177.91º 0.68% 0.5% -
XYZ 12.14 17.11 21.73 -
YUV 100.94 141.01 85.24 -
System Red Green Blue C M Y K H S L
Decimal 41 127 124 0.68 0 0.02 0.50 177.91 0.51 0.33
Hex 29 7F 7C 44 0 2 32 B2 33 21
Octal 51 177 174 104 0 2 62 262 63 41
Binary 101001 1111111 1111100 1000100 0 10 110010 10110010 110011 100001

Color Harmonies of #297F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297F7C

Black with #297F7C

Text Example


Text Example

White with #297F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,127,124); }

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

background-color css

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

 a { background-color: rgb(41,127,124); }

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

border-color css

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

 span { border-color: rgb(41,127,124); }

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