Html Css Color HEX #297B70 Elm

📋 copy color: '#297B70'

red 41 ◦ green 123 ◦ blue 112

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

Shades of Elm #297B70

Tints of Elm #297B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.58%

R = 14.86%
G = 44.57%
B = 40.58%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#297B70 (or 0x297B70) is known color: Elm. HEX triplet: 29, 7B and 70. RGB value is (41,123,112). Sum of RGB (Red+Green+Blue) = 41+123+112=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 123 (48.44% from 255 or 44.57% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 123 - color contains mainly: green. Hex color #297B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297B70 is #D6848F. Grayscale: #616161. Windows color (decimal): -14058640 or 7371561. OLE color: 7371561.

HSL color Cylindrical-coordinate representation of color #297B70: hue angle of 171.95º 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 #297B70 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB 41 123 112 -
CMYK 0.67 0 0.09 0.52
HSL 171.95º 0.5% 0.32% -
HSV(B) 171.95º 0.67% 0.48% -
XYZ 10.92 15.81 17.8 -
YUV 97.23 136.33 87.89 -
System Red Green Blue C M Y K H S L
Decimal 41 123 112 0.67 0 0.09 0.52 171.95 0.5 0.32
Hex 29 7B 70 43 0 9 34 AC 32 20
Octal 51 173 160 103 0 11 64 254 62 40
Binary 101001 1111011 1110000 1000011 0 1001 110100 10101100 110010 100000

Color Harmonies of #297B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297B70

Black with #297B70

Text Example


Text Example

White with #297B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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