Html Css Color HEX #298680 Elm

📋 copy color: '#298680'

red 41 ◦ green 134 ◦ blue 128

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

Shades of Elm #298680

Tints of Elm #298680

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.22%

 BLUE value IS 128 (50.39% from 255) = 42.24%

R = 13.53%
G = 44.22%
B = 42.24%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#298680 (or 0x298680) is known color: Elm. HEX triplet: 29, 86 and 80. RGB value is (41,134,128). Sum of RGB (Red+Green+Blue) = 41+134+128=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 134 - color contains mainly: green. Hex color #298680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298680 is #D6797F. Grayscale: #696969. Windows color (decimal): -14055808 or 8422953. OLE color: 8422953.

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

Color convert

RGB 41 134 128 -
CMYK 0.69 0 0.04 0.47
HSL 176.13º 0.53% 0.34% -
HSV(B) 176.13º 0.69% 0.53% -
XYZ 13.34 19.08 23.4 -
YUV 105.51 140.69 81.99 -
System Red Green Blue C M Y K H S L
Decimal 41 134 128 0.69 0 0.04 0.47 176.13 0.53 0.34
Hex 29 86 80 45 0 4 2F B0 35 22
Octal 51 206 200 105 0 4 57 260 65 42
Binary 101001 10000110 10000000 1000101 0 100 101111 10110000 110101 100010

Color Harmonies of #298680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298680

Black with #298680

Text Example


Text Example

White with #298680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298680; }

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

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

background-color css

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

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

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

border-color css

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

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

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