Html Css Color HEX #298E7C Elm

📋 copy color: '#298E7C'

red 41 ◦ green 142 ◦ blue 124

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

Shades of Elm #298E7C

Tints of Elm #298E7C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 46.25%

 BLUE value IS 124 (48.83% from 255) = 40.39%

R = 13.36%
G = 46.25%
B = 40.39%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#298E7C (or 0x298E7C) is known color: Elm. HEX triplet: 29, 8E and 7C. RGB value is (41,142,124). Sum of RGB (Red+Green+Blue) = 41+142+124=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 142 (55.86% from 255 or 46.25% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 142 - color contains mainly: green. Hex color #298E7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298E7C is #D67183. Grayscale: #6D6D6D. Windows color (decimal): -14053764 or 8162857. OLE color: 8162857.

HSL color Cylindrical-coordinate representation of color #298E7C: hue angle of 169.31º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298E7C is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 142 124 -
CMYK 0.71 0 0.13 0.44
HSL 169.31º 0.55% 0.36% -
HSV(B) 169.31º 0.71% 0.56% -
XYZ 14.23 21.27 22.43 -
YUV 109.75 136.04 78.96 -
System Red Green Blue C M Y K H S L
Decimal 41 142 124 0.71 0 0.13 0.44 169.31 0.55 0.36
Hex 29 8E 7C 47 0 D 2C A9 37 24
Octal 51 216 174 107 0 15 54 251 67 44
Binary 101001 10001110 1111100 1000111 0 1101 101100 10101001 110111 100100

Color Harmonies of #298E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298E7C

Black with #298E7C

Text Example


Text Example

White with #298E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298E7C; }

 p { color: rgb(41,142,124); }

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

background-color css

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

 a { background-color: rgb(41,142,124); }

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

border-color css

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

 span { border-color: rgb(41,142,124); }

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