Html Css Color HEX #298674 Elm

📋 copy color: '#298674'

red 41 ◦ green 134 ◦ blue 116

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

Shades of Elm #298674

Tints of Elm #298674

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.05%

 BLUE value IS 116 (45.7% from 255) = 39.86%

R = 14.09%
G = 46.05%
B = 39.86%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#298674 (or 0x298674) is known color: Elm. HEX triplet: 29, 86 and 74. RGB value is (41,134,116). Sum of RGB (Red+Green+Blue) = 41+134+116=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #298674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298674 is #D6798B. Grayscale: #686868. Windows color (decimal): -14055820 or 7636521. OLE color: 7636521.

HSL color Cylindrical-coordinate representation of color #298674: hue angle of 168.39º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #298674 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 134 116 -
CMYK 0.69 0 0.13 0.47
HSL 168.39º 0.53% 0.34% -
HSV(B) 168.39º 0.69% 0.53% -
XYZ 12.59 18.78 19.48 -
YUV 104.14 134.69 82.96 -
System Red Green Blue C M Y K H S L
Decimal 41 134 116 0.69 0 0.13 0.47 168.39 0.53 0.34
Hex 29 86 74 45 0 D 2F A8 35 22
Octal 51 206 164 105 0 15 57 250 65 42
Binary 101001 10000110 1110100 1000101 0 1101 101111 10101000 110101 100010

Color Harmonies of #298674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298674

Black with #298674

Text Example


Text Example

White with #298674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298674; }

 p { color: rgb(41,134,116); }

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

background-color css

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

 a { background-color: rgb(41,134,116); }

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

border-color css

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

 span { border-color: rgb(41,134,116); }

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