Html Css Color HEX #298681 Elm

📋 copy color: '#298681'

red 41 ◦ green 134 ◦ blue 129

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

Shades of Elm #298681

Tints of Elm #298681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 42.43%

R = 13.49%
G = 44.08%
B = 42.43%

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

#298681 (or 0x298681) is known color: Elm. HEX triplet: 29, 86 and 81. RGB value is (41,134,129). Sum of RGB (Red+Green+Blue) = 41+134+129=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #298681 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298681 is #D6797E. Grayscale: #696969. Windows color (decimal): -14055807 or 8488489. OLE color: 8488489.

HSL color Cylindrical-coordinate representation of color #298681: hue angle of 176.77º 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 #298681 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 134 129 -
CMYK 0.69 0 0.04 0.47
HSL 176.77º 0.53% 0.34% -
HSV(B) 176.77º 0.69% 0.53% -
XYZ 13.4 19.11 23.75 -
YUV 105.62 141.19 81.91 -
System Red Green Blue C M Y K H S L
Decimal 41 134 129 0.69 0 0.04 0.47 176.77 0.53 0.34
Hex 29 86 81 45 0 4 2F B1 35 22
Octal 51 206 201 105 0 4 57 261 65 42
Binary 101001 10000110 10000001 1000101 0 100 101111 10110001 110101 100010

Color Harmonies of #298681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298681

Black with #298681

Text Example


Text Example

White with #298681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298681; }

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

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

background-color css

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

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

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

border-color css

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

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

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