Html Css Color HEX #298274 Elm

📋 copy color: '#298274'

red 41 ◦ green 130 ◦ blue 116

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

Shades of Elm #298274

Tints of Elm #298274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.42%

R = 14.29%
G = 45.3%
B = 40.42%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#298274 (or 0x298274) is known color: Elm. HEX triplet: 29, 82 and 74. RGB value is (41,130,116). Sum of RGB (Red+Green+Blue) = 41+130+116=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #298274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298274 is #D67D8B. Grayscale: #656565. Windows color (decimal): -14056844 or 7635497. OLE color: 7635497.

HSL color Cylindrical-coordinate representation of color #298274: hue angle of 170.56º 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 #298274 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 130 116 -
CMYK 0.68 0 0.11 0.49
HSL 170.56º 0.52% 0.34% -
HSV(B) 170.56º 0.68% 0.51% -
XYZ 12.05 17.7 19.3 -
YUV 101.79 136.01 84.64 -
System Red Green Blue C M Y K H S L
Decimal 41 130 116 0.68 0 0.11 0.49 170.56 0.52 0.34
Hex 29 82 74 44 0 B 31 AB 34 22
Octal 51 202 164 104 0 13 61 253 64 42
Binary 101001 10000010 1110100 1000100 0 1011 110001 10101011 110100 100010

Color Harmonies of #298274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298274

Black with #298274

Text Example


Text Example

White with #298274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298274; }

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

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

background-color css

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

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

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

border-color css

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

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

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