Html Css Color HEX #298A7C Elm

📋 copy color: '#298A7C'

red 41 ◦ green 138 ◦ blue 124

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

Shades of Elm #298A7C

Tints of Elm #298A7C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.54%

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

R = 13.53%
G = 45.54%
B = 40.92%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#298A7C (or 0x298A7C) is known color: Elm. HEX triplet: 29, 8A and 7C. RGB value is (41,138,124). Sum of RGB (Red+Green+Blue) = 41+138+124=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 138 (54.30% from 255 or 45.54% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 138 - color contains mainly: green. Hex color #298A7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298A7C is #D67583. Grayscale: #6B6B6B. Windows color (decimal): -14054788 or 8161833. OLE color: 8161833.

HSL color Cylindrical-coordinate representation of color #298A7C: hue angle of 171.34º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #298A7C is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 138 124 -
CMYK 0.70 0 0.10 0.46
HSL 171.34º 0.54% 0.35% -
HSV(B) 171.34º 0.7% 0.54% -
XYZ 13.64 20.1 22.23 -
YUV 107.4 137.36 80.64 -
System Red Green Blue C M Y K H S L
Decimal 41 138 124 0.70 0 0.10 0.46 171.34 0.54 0.35
Hex 29 8A 7C 46 0 A 2E AB 36 23
Octal 51 212 174 106 0 12 56 253 66 43
Binary 101001 10001010 1111100 1000110 0 1010 101110 10101011 110110 100011

Color Harmonies of #298A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298A7C

Black with #298A7C

Text Example


Text Example

White with #298A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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