Html Css Color HEX #298778 Elm

📋 copy color: '#298778'

red 41 ◦ green 135 ◦ blue 120

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

Shades of Elm #298778

Tints of Elm #298778

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.61%

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

R = 13.85%
G = 45.61%
B = 40.54%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#298778 (or 0x298778) is known color: Elm. HEX triplet: 29, 87 and 78. RGB value is (41,135,120). Sum of RGB (Red+Green+Blue) = 41+135+120=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 135 - color contains mainly: green. Hex color #298778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298778 is #D67887. Grayscale: #696969. Windows color (decimal): -14055560 or 7898921. OLE color: 7898921.

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

Color convert

RGB 41 135 120 -
CMYK 0.70 0 0.11 0.47
HSL 170.43º 0.53% 0.35% -
HSV(B) 170.43º 0.7% 0.53% -
XYZ 12.97 19.16 20.78 -
YUV 105.18 136.36 82.22 -
System Red Green Blue C M Y K H S L
Decimal 41 135 120 0.70 0 0.11 0.47 170.43 0.53 0.35
Hex 29 87 78 46 0 B 2F AA 35 23
Octal 51 207 170 106 0 13 57 252 65 43
Binary 101001 10000111 1111000 1000110 0 1011 101111 10101010 110101 100011

Color Harmonies of #298778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298778

Black with #298778

Text Example


Text Example

White with #298778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298778; }

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

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

background-color css

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

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

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

border-color css

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

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

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