Html Css Color HEX #298878 Elm

📋 copy color: '#298878'

red 41 ◦ green 136 ◦ blue 120

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

Shades of Elm #298878

Tints of Elm #298878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40.4%

R = 13.8%
G = 45.79%
B = 40.4%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#298878 (or 0x298878) is known color: Elm. HEX triplet: 29, 88 and 78. RGB value is (41,136,120). Sum of RGB (Red+Green+Blue) = 41+136+120=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 136 - color contains mainly: green. Hex color #298878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298878 is #D67787. Grayscale: #696969. Windows color (decimal): -14055304 or 7899177. OLE color: 7899177.

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

Color convert

RGB 41 136 120 -
CMYK 0.70 0 0.12 0.47
HSL 169.89º 0.54% 0.35% -
HSV(B) 169.89º 0.7% 0.53% -
XYZ 13.11 19.44 20.83 -
YUV 105.77 136.03 81.8 -
System Red Green Blue C M Y K H S L
Decimal 41 136 120 0.70 0 0.12 0.47 169.89 0.54 0.35
Hex 29 88 78 46 0 C 2F AA 36 23
Octal 51 210 170 106 0 14 57 252 66 43
Binary 101001 10001000 1111000 1000110 0 1100 101111 10101010 110110 100011

Color Harmonies of #298878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298878

Black with #298878

Text Example


Text Example

White with #298878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298878; }

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

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

background-color css

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

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

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

border-color css

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

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

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