Html Css Color HEX #298178 Elm

📋 copy color: '#298178'

red 41 ◦ green 129 ◦ blue 120

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

Shades of Elm #298178

Tints of Elm #298178

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.48%

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

R = 14.14%
G = 44.48%
B = 41.38%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#298178 (or 0x298178) is known color: Elm. HEX triplet: 29, 81 and 78. RGB value is (41,129,120). Sum of RGB (Red+Green+Blue) = 41+129+120=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 129 - color contains mainly: green. Hex color #298178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298178 is #D67E87. Grayscale: #656565. Windows color (decimal): -14057096 or 7897385. OLE color: 7897385.

HSL color Cylindrical-coordinate representation of color #298178: hue angle of 173.86º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #298178 is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 129 120 -
CMYK 0.68 0 0.07 0.49
HSL 173.86º 0.52% 0.33% -
HSV(B) 173.86º 0.68% 0.51% -
XYZ 12.15 17.53 20.51 -
YUV 101.66 138.35 84.73 -
System Red Green Blue C M Y K H S L
Decimal 41 129 120 0.68 0 0.07 0.49 173.86 0.52 0.33
Hex 29 81 78 44 0 7 31 AE 34 21
Octal 51 201 170 104 0 7 61 256 64 41
Binary 101001 10000001 1111000 1000100 0 111 110001 10101110 110100 100001

Color Harmonies of #298178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298178

Black with #298178

Text Example


Text Example

White with #298178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298178; }

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

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

background-color css

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

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

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

border-color css

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

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

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