Html Css Color HEX #298A7F Elm

📋 copy color: '#298A7F'

red 41 ◦ green 138 ◦ blue 127

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

Shades of Elm #298A7F

Tints of Elm #298A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.5%

R = 13.4%
G = 45.1%
B = 41.5%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#298A7F (or 0x298A7F) is known color: Elm. HEX triplet: 29, 8A and 7F. RGB value is (41,138,127). Sum of RGB (Red+Green+Blue) = 41+138+127=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 138 - color contains mainly: green. Hex color #298A7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298A7F is #D67580. Grayscale: #6B6B6B. Windows color (decimal): -14054785 or 8358441. OLE color: 8358441.

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

Color convert

RGB 41 138 127 -
CMYK 0.70 0 0.08 0.46
HSL 173.2º 0.54% 0.35% -
HSV(B) 173.2º 0.7% 0.54% -
XYZ 13.83 20.18 23.24 -
YUV 107.74 138.86 80.39 -
System Red Green Blue C M Y K H S L
Decimal 41 138 127 0.70 0 0.08 0.46 173.2 0.54 0.35
Hex 29 8A 7F 46 0 8 2E AD 36 23
Octal 51 212 177 106 0 10 56 255 66 43
Binary 101001 10001010 1111111 1000110 0 1000 101110 10101101 110110 100011

Color Harmonies of #298A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298A7F

Black with #298A7F

Text Example


Text Example

White with #298A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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