Html Css Color HEX #298A77 Elm

📋 copy color: '#298A77'

red 41 ◦ green 138 ◦ blue 119

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

Shades of Elm #298A77

Tints of Elm #298A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.93%

R = 13.76%
G = 46.31%
B = 39.93%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#298A77 (or 0x298A77) is known color: Elm. HEX triplet: 29, 8A and 77. RGB value is (41,138,119). Sum of RGB (Red+Green+Blue) = 41+138+119=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 138 (54.30% from 255 or 46.31% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 138 - color contains mainly: green. Hex color #298A77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298A77 is #D67588. Grayscale: #6A6A6A. Windows color (decimal): -14054793 or 7834153. OLE color: 7834153.

HSL color Cylindrical-coordinate representation of color #298A77: hue angle of 168.25º 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 #298A77 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 138 119 -
CMYK 0.70 0 0.14 0.46
HSL 168.25º 0.54% 0.35% -
HSV(B) 168.25º 0.7% 0.54% -
XYZ 13.33 19.98 20.61 -
YUV 106.83 134.86 81.04 -
System Red Green Blue C M Y K H S L
Decimal 41 138 119 0.70 0 0.14 0.46 168.25 0.54 0.35
Hex 29 8A 77 46 0 E 2E A8 36 23
Octal 51 212 167 106 0 16 56 250 66 43
Binary 101001 10001010 1110111 1000110 0 1110 101110 10101000 110110 100011

Color Harmonies of #298A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298A77

Black with #298A77

Text Example


Text Example

White with #298A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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