Html Css Color HEX #298076 Elm

📋 copy color: '#298076'

red 41 ◦ green 128 ◦ blue 118

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

Shades of Elm #298076

Tints of Elm #298076

RGB

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

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

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

R = 14.29%
G = 44.6%
B = 41.11%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#298076 (or 0x298076) is known color: Elm. HEX triplet: 29, 80 and 76. RGB value is (41,128,118). Sum of RGB (Red+Green+Blue) = 41+128+118=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 128 - color contains mainly: green. Hex color #298076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298076 is #D67F89. Grayscale: #646464. Windows color (decimal): -14057354 or 7766057. OLE color: 7766057.

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

Color convert

RGB 41 128 118 -
CMYK 0.68 0 0.08 0.50
HSL 173.1º 0.51% 0.33% -
HSV(B) 173.1º 0.68% 0.5% -
XYZ 11.9 17.22 19.84 -
YUV 100.85 137.68 85.31 -
System Red Green Blue C M Y K H S L
Decimal 41 128 118 0.68 0 0.08 0.50 173.1 0.51 0.33
Hex 29 80 76 44 0 8 32 AD 33 21
Octal 51 200 166 104 0 10 62 255 63 41
Binary 101001 10000000 1110110 1000100 0 1000 110010 10101101 110011 100001

Color Harmonies of #298076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298076

Black with #298076

Text Example


Text Example

White with #298076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298076; }

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

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

background-color css

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

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

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

border-color css

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

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

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