Html Css Color HEX #298074 Elm

📋 copy color: '#298074'

red 41 ◦ green 128 ◦ blue 116

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

Shades of Elm #298074

Tints of Elm #298074

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.91%

 BLUE value IS 116 (45.7% from 255) = 40.7%

R = 14.39%
G = 44.91%
B = 40.7%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#298074 (or 0x298074) is known color: Elm. HEX triplet: 29, 80 and 74. RGB value is (41,128,116). Sum of RGB (Red+Green+Blue) = 41+128+116=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #298074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298074 is #D67F8B. Grayscale: #646464. Windows color (decimal): -14057356 or 7634985. OLE color: 7634985.

HSL color Cylindrical-coordinate representation of color #298074: hue angle of 171.72º 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 #298074 is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 128 116 -
CMYK 0.68 0 0.09 0.50
HSL 171.72º 0.51% 0.33% -
HSV(B) 171.72º 0.68% 0.5% -
XYZ 11.79 17.17 19.22 -
YUV 100.62 136.68 85.48 -
System Red Green Blue C M Y K H S L
Decimal 41 128 116 0.68 0 0.09 0.50 171.72 0.51 0.33
Hex 29 80 74 44 0 9 32 AC 33 21
Octal 51 200 164 104 0 11 62 254 63 41
Binary 101001 10000000 1110100 1000100 0 1001 110010 10101100 110011 100001

Color Harmonies of #298074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298074

Black with #298074

Text Example


Text Example

White with #298074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298074; }

 p { color: rgb(41,128,116); }

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

background-color css

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

 a { background-color: rgb(41,128,116); }

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

border-color css

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

 span { border-color: rgb(41,128,116); }

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