Html Css Color HEX #298781 Elm

📋 copy color: '#298781'

red 41 ◦ green 135 ◦ blue 129

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

Shades of Elm #298781

Tints of Elm #298781

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.26%

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

R = 13.44%
G = 44.26%
B = 42.3%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#298781 (or 0x298781) is known color: Elm. HEX triplet: 29, 87 and 81. RGB value is (41,135,129). Sum of RGB (Red+Green+Blue) = 41+135+129=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #298781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298781 is #D6787E. Grayscale: #6A6A6A. Windows color (decimal): -14055551 or 8488745. OLE color: 8488745.

HSL color Cylindrical-coordinate representation of color #298781: hue angle of 176.17º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #298781 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 135 129 -
CMYK 0.70 0 0.04 0.47
HSL 176.17º 0.53% 0.35% -
HSV(B) 176.17º 0.7% 0.53% -
XYZ 13.54 19.38 23.8 -
YUV 106.21 140.86 81.49 -
System Red Green Blue C M Y K H S L
Decimal 41 135 129 0.70 0 0.04 0.47 176.17 0.53 0.35
Hex 29 87 81 46 0 4 2F B0 35 23
Octal 51 207 201 106 0 4 57 260 65 43
Binary 101001 10000111 10000001 1000110 0 100 101111 10110000 110101 100011

Color Harmonies of #298781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298781

Black with #298781

Text Example


Text Example

White with #298781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298781; }

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

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

background-color css

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

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

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

border-color css

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

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

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