Html Css Color HEX #298A81 Elm

📋 copy color: '#298A81'

red 41 ◦ green 138 ◦ blue 129

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

Shades of Elm #298A81

Tints of Elm #298A81

RGB

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

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

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

R = 13.31%
G = 44.81%
B = 41.88%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#298A81 (or 0x298A81) is known color: Elm. HEX triplet: 29, 8A and 81. RGB value is (41,138,129). Sum of RGB (Red+Green+Blue) = 41+138+129=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 138 - color contains mainly: green. Hex color #298A81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298A81 is #D6757E. Grayscale: #6B6B6B. Windows color (decimal): -14054783 or 8489513. OLE color: 8489513.

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

Color convert

RGB 41 138 129 -
CMYK 0.70 0 0.07 0.46
HSL 174.43º 0.54% 0.35% -
HSV(B) 174.43º 0.7% 0.54% -
XYZ 13.97 20.23 23.94 -
YUV 107.97 139.86 80.23 -
System Red Green Blue C M Y K H S L
Decimal 41 138 129 0.70 0 0.07 0.46 174.43 0.54 0.35
Hex 29 8A 81 46 0 7 2E AE 36 23
Octal 51 212 201 106 0 7 56 256 66 43
Binary 101001 10001010 10000001 1000110 0 111 101110 10101110 110110 100011

Color Harmonies of #298A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298A81

Black with #298A81

Text Example


Text Example

White with #298A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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