Html Css Color HEX #298477 Elm

📋 copy color: '#298477'

red 41 ◦ green 132 ◦ blue 119

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

Shades of Elm #298477

Tints of Elm #298477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.21%

 BLUE value IS 119 (46.88% from 255) = 40.75%

R = 14.04%
G = 45.21%
B = 40.75%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#298477 (or 0x298477) is known color: Elm. HEX triplet: 29, 84 and 77. RGB value is (41,132,119). Sum of RGB (Red+Green+Blue) = 41+132+119=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 132 - color contains mainly: green. Hex color #298477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298477 is #D67B88. Grayscale: #676767. Windows color (decimal): -14056329 or 7832617. OLE color: 7832617.

HSL color Cylindrical-coordinate representation of color #298477: hue angle of 171.43º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #298477 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 41 132 119 -
CMYK 0.69 0 0.10 0.48
HSL 171.43º 0.53% 0.34% -
HSV(B) 171.43º 0.69% 0.52% -
XYZ 12.5 18.31 20.33 -
YUV 103.31 136.85 83.56 -
System Red Green Blue C M Y K H S L
Decimal 41 132 119 0.69 0 0.10 0.48 171.43 0.53 0.34
Hex 29 84 77 45 0 A 30 AB 35 22
Octal 51 204 167 105 0 12 60 253 65 42
Binary 101001 10000100 1110111 1000101 0 1010 110000 10101011 110101 100010

Color Harmonies of #298477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298477

Black with #298477

Text Example


Text Example

White with #298477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298477; }

 p { color: rgb(41,132,119); }

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

background-color css

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

 a { background-color: rgb(41,132,119); }

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

border-color css

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

 span { border-color: rgb(41,132,119); }

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