Html Css Color HEX #298982 Elm

📋 copy color: '#298982'

red 41 ◦ green 137 ◦ blue 130

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

Shades of Elm #298982

Tints of Elm #298982

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.48%

 BLUE value IS 130 (51.17% from 255) = 42.21%

R = 13.31%
G = 44.48%
B = 42.21%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#298982 (or 0x298982) is known color: Elm. HEX triplet: 29, 89 and 82. RGB value is (41,137,130). Sum of RGB (Red+Green+Blue) = 41+137+130=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 137 - color contains mainly: green. Hex color #298982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298982 is #D6767D. Grayscale: #6B6B6B. Windows color (decimal): -14055038 or 8554793. OLE color: 8554793.

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

Color convert

RGB 41 137 130 -
CMYK 0.70 0 0.05 0.46
HSL 175.63º 0.54% 0.35% -
HSV(B) 175.63º 0.7% 0.54% -
XYZ 13.89 19.97 24.24 -
YUV 107.5 140.7 80.57 -
System Red Green Blue C M Y K H S L
Decimal 41 137 130 0.70 0 0.05 0.46 175.63 0.54 0.35
Hex 29 89 82 46 0 5 2E B0 36 23
Octal 51 211 202 106 0 5 56 260 66 43
Binary 101001 10001001 10000010 1000110 0 101 101110 10110000 110110 100011

Color Harmonies of #298982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298982

Black with #298982

Text Example


Text Example

White with #298982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298982; }

 p { color: rgb(41,137,130); }

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

background-color css

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

 a { background-color: rgb(41,137,130); }

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

border-color css

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

 span { border-color: rgb(41,137,130); }

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