Html Css Color HEX #298881 Elm

📋 copy color: '#298881'

red 41 ◦ green 136 ◦ blue 129

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

Shades of Elm #298881

Tints of Elm #298881

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.44%

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

R = 13.4%
G = 44.44%
B = 42.16%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#298881 (or 0x298881) is known color: Elm. HEX triplet: 29, 88 and 81. RGB value is (41,136,129). Sum of RGB (Red+Green+Blue) = 41+136+129=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #298881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298881 is #D6777E. Grayscale: #6A6A6A. Windows color (decimal): -14055295 or 8489001. OLE color: 8489001.

HSL color Cylindrical-coordinate representation of color #298881: hue angle of 175.58º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #298881 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 136 129 -
CMYK 0.70 0 0.05 0.47
HSL 175.58º 0.54% 0.35% -
HSV(B) 175.58º 0.7% 0.53% -
XYZ 13.68 19.66 23.84 -
YUV 106.8 140.53 81.07 -
System Red Green Blue C M Y K H S L
Decimal 41 136 129 0.70 0 0.05 0.47 175.58 0.54 0.35
Hex 29 88 81 46 0 5 2F B0 36 23
Octal 51 210 201 106 0 5 57 260 66 43
Binary 101001 10001000 10000001 1000110 0 101 101111 10110000 110110 100011

Color Harmonies of #298881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298881

Black with #298881

Text Example


Text Example

White with #298881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298881; }

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

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

background-color css

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

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

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

border-color css

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

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

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