Html Css Color HEX #298A7B Elm

📋 copy color: '#298A7B'

red 41 ◦ green 138 ◦ blue 123

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

Shades of Elm #298A7B

Tints of Elm #298A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.73%

R = 13.58%
G = 45.7%
B = 40.73%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#298A7B (or 0x298A7B) is known color: Elm. HEX triplet: 29, 8A and 7B. RGB value is (41,138,123). Sum of RGB (Red+Green+Blue) = 41+138+123=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 138 (54.30% from 255 or 45.70% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 138 - color contains mainly: green. Hex color #298A7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298A7B is #D67584. Grayscale: #6B6B6B. Windows color (decimal): -14054789 or 8096297. OLE color: 8096297.

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

Color convert

RGB 41 138 123 -
CMYK 0.70 0 0.11 0.46
HSL 170.72º 0.54% 0.35% -
HSV(B) 170.72º 0.7% 0.54% -
XYZ 13.58 20.08 21.9 -
YUV 107.29 136.86 80.72 -
System Red Green Blue C M Y K H S L
Decimal 41 138 123 0.70 0 0.11 0.46 170.72 0.54 0.35
Hex 29 8A 7B 46 0 B 2E AB 36 23
Octal 51 212 173 106 0 13 56 253 66 43
Binary 101001 10001010 1111011 1000110 0 1011 101110 10101011 110110 100011

Color Harmonies of #298A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298A7B

Black with #298A7B

Text Example


Text Example

White with #298A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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