Html Css Color HEX #298775 Elm

📋 copy color: '#298775'

red 41 ◦ green 135 ◦ blue 117

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

Shades of Elm #298775

Tints of Elm #298775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.93%

R = 13.99%
G = 46.08%
B = 39.93%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#298775 (or 0x298775) is known color: Elm. HEX triplet: 29, 87 and 75. RGB value is (41,135,117). Sum of RGB (Red+Green+Blue) = 41+135+117=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 135 - color contains mainly: green. Hex color #298775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298775 is #D6788A. Grayscale: #686868. Windows color (decimal): -14055563 or 7702313. OLE color: 7702313.

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

Color convert

RGB 41 135 117 -
CMYK 0.70 0 0.13 0.47
HSL 168.51º 0.53% 0.35% -
HSV(B) 168.51º 0.7% 0.53% -
XYZ 12.79 19.08 19.84 -
YUV 104.84 134.86 82.46 -
System Red Green Blue C M Y K H S L
Decimal 41 135 117 0.70 0 0.13 0.47 168.51 0.53 0.35
Hex 29 87 75 46 0 D 2F A9 35 23
Octal 51 207 165 106 0 15 57 251 65 43
Binary 101001 10000111 1110101 1000110 0 1101 101111 10101001 110101 100011

Color Harmonies of #298775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298775

Black with #298775

Text Example


Text Example

White with #298775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298775; }

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

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

background-color css

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

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

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

border-color css

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

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

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