Html Css Color HEX #298276 Elm

📋 copy color: '#298276'

red 41 ◦ green 130 ◦ blue 118

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

Shades of Elm #298276

Tints of Elm #298276

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.98%

 BLUE value IS 118 (46.48% from 255) = 40.83%

R = 14.19%
G = 44.98%
B = 40.83%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#298276 (or 0x298276) is known color: Elm. HEX triplet: 29, 82 and 76. RGB value is (41,130,118). Sum of RGB (Red+Green+Blue) = 41+130+118=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #298276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298276 is #D67D89. Grayscale: #656565. Windows color (decimal): -14056842 or 7766569. OLE color: 7766569.

HSL color Cylindrical-coordinate representation of color #298276: hue angle of 171.91º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #298276 is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 130 118 -
CMYK 0.68 0 0.09 0.49
HSL 171.91º 0.52% 0.34% -
HSV(B) 171.91º 0.68% 0.51% -
XYZ 12.17 17.74 19.92 -
YUV 102.02 137.01 84.48 -
System Red Green Blue C M Y K H S L
Decimal 41 130 118 0.68 0 0.09 0.49 171.91 0.52 0.34
Hex 29 82 76 44 0 9 31 AC 34 22
Octal 51 202 166 104 0 11 61 254 64 42
Binary 101001 10000010 1110110 1000100 0 1001 110001 10101100 110100 100010

Color Harmonies of #298276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298276

Black with #298276

Text Example


Text Example

White with #298276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298276; }

 p { color: rgb(41,130,118); }

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

background-color css

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

 a { background-color: rgb(41,130,118); }

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

border-color css

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

 span { border-color: rgb(41,130,118); }

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