Html Css Color HEX #297270 Elm

📋 copy color: '#297270'

red 41 ◦ green 114 ◦ blue 112

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

Shades of Elm #297270

Tints of Elm #297270

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.7%

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

R = 15.36%
G = 42.7%
B = 41.95%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#297270 (or 0x297270) is known color: Elm. HEX triplet: 29, 72 and 70. RGB value is (41,114,112). Sum of RGB (Red+Green+Blue) = 41+114+112=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 114 - color contains mainly: green. Hex color #297270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297270 is #D68D8F. Grayscale: #5B5B5B. Windows color (decimal): -14060944 or 7369257. OLE color: 7369257.

HSL color Cylindrical-coordinate representation of color #297270: hue angle of 178.36º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #297270 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 114 112 -
CMYK 0.64 0 0.02 0.55
HSL 178.36º 0.47% 0.3% -
HSV(B) 178.36º 0.64% 0.45% -
XYZ 9.86 13.68 17.45 -
YUV 91.95 139.32 91.66 -
System Red Green Blue C M Y K H S L
Decimal 41 114 112 0.64 0 0.02 0.55 178.36 0.47 0.3
Hex 29 72 70 40 0 2 37 B2 2F 1E
Octal 51 162 160 100 0 2 67 262 57 36
Binary 101001 1110010 1110000 1000000 0 10 110111 10110010 101111 11110

Color Harmonies of #297270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297270

Black with #297270

Text Example


Text Example

White with #297270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297270; }

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

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

background-color css

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

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

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

border-color css

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

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

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