Html Css Color HEX #298373 Elm

📋 copy color: '#298373'

red 41 ◦ green 131 ◦ blue 115

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

Shades of Elm #298373

Tints of Elm #298373

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.64%

 BLUE value IS 115 (45.31% from 255) = 40.07%

R = 14.29%
G = 45.64%
B = 40.07%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#298373 (or 0x298373) is known color: Elm. HEX triplet: 29, 83 and 73. RGB value is (41,131,115). Sum of RGB (Red+Green+Blue) = 41+131+115=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #298373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298373 is #D67C8C. Grayscale: #666666. Windows color (decimal): -14056589 or 7570217. OLE color: 7570217.

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

Color convert

RGB 41 131 115 -
CMYK 0.69 0 0.12 0.49
HSL 169.33º 0.52% 0.34% -
HSV(B) 169.33º 0.69% 0.51% -
XYZ 12.13 17.94 19.04 -
YUV 102.27 135.18 84.3 -
System Red Green Blue C M Y K H S L
Decimal 41 131 115 0.69 0 0.12 0.49 169.33 0.52 0.34
Hex 29 83 73 45 0 C 31 A9 34 22
Octal 51 203 163 105 0 14 61 251 64 42
Binary 101001 10000011 1110011 1000101 0 1100 110001 10101001 110100 100010

Color Harmonies of #298373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298373

Black with #298373

Text Example


Text Example

White with #298373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298373; }

 p { color: rgb(41,131,115); }

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

background-color css

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

 a { background-color: rgb(41,131,115); }

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

border-color css

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

 span { border-color: rgb(41,131,115); }

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