Html Css Color HEX #298D81 Elm

📋 copy color: '#298D81'

red 41 ◦ green 141 ◦ blue 129

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

Shades of Elm #298D81

Tints of Elm #298D81

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.34%

 BLUE value IS 129 (50.78% from 255) = 41.48%

R = 13.18%
G = 45.34%
B = 41.48%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#298D81 (or 0x298D81) is known color: Elm. HEX triplet: 29, 8D and 81. RGB value is (41,141,129). Sum of RGB (Red+Green+Blue) = 41+141+129=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 141 - color contains mainly: green. Hex color #298D81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298D81 is #D6727E. Grayscale: #6D6D6D. Windows color (decimal): -14054015 or 8490281. OLE color: 8490281.

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

Color convert

RGB 41 141 129 -
CMYK 0.71 0 0.09 0.45
HSL 172.8º 0.55% 0.36% -
HSV(B) 172.8º 0.71% 0.55% -
XYZ 14.4 21.11 24.08 -
YUV 109.73 138.87 78.98 -
System Red Green Blue C M Y K H S L
Decimal 41 141 129 0.71 0 0.09 0.45 172.8 0.55 0.36
Hex 29 8D 81 47 0 9 2D AD 37 24
Octal 51 215 201 107 0 11 55 255 67 44
Binary 101001 10001101 10000001 1000111 0 1001 101101 10101101 110111 100100

Color Harmonies of #298D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298D81

Black with #298D81

Text Example


Text Example

White with #298D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,141,129); }

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

background-color css

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

 a { background-color: rgb(41,141,129); }

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

border-color css

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

 span { border-color: rgb(41,141,129); }

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