Html Css Color HEX #298273 Elm

📋 copy color: '#298273'

red 41 ◦ green 130 ◦ blue 115

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

Shades of Elm #298273

Tints of Elm #298273

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.45%

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

R = 14.34%
G = 45.45%
B = 40.21%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#298273 (or 0x298273) is known color: Elm. HEX triplet: 29, 82 and 73. RGB value is (41,130,115). Sum of RGB (Red+Green+Blue) = 41+130+115=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #298273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298273 is #D67D8C. Grayscale: #656565. Windows color (decimal): -14056845 or 7569961. OLE color: 7569961.

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

Color convert

RGB 41 130 115 -
CMYK 0.68 0 0.12 0.49
HSL 169.89º 0.52% 0.34% -
HSV(B) 169.89º 0.68% 0.51% -
XYZ 11.99 17.67 19 -
YUV 101.68 135.51 84.72 -
System Red Green Blue C M Y K H S L
Decimal 41 130 115 0.68 0 0.12 0.49 169.89 0.52 0.34
Hex 29 82 73 44 0 C 31 AA 34 22
Octal 51 202 163 104 0 14 61 252 64 42
Binary 101001 10000010 1110011 1000100 0 1100 110001 10101010 110100 100010

Color Harmonies of #298273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298273

Black with #298273

Text Example


Text Example

White with #298273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298273; }

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

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

background-color css

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

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

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

border-color css

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

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

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