Html Css Color HEX #298175 Elm

📋 copy color: '#298175'

red 41 ◦ green 129 ◦ blue 117

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

Shades of Elm #298175

Tints of Elm #298175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.95%

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

R = 14.29%
G = 44.95%
B = 40.77%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#298175 (or 0x298175) is known color: Elm. HEX triplet: 29, 81 and 75. RGB value is (41,129,117). Sum of RGB (Red+Green+Blue) = 41+129+117=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 129 - color contains mainly: green. Hex color #298175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298175 is #D67E8A. Grayscale: #656565. Windows color (decimal): -14057099 or 7700777. OLE color: 7700777.

HSL color Cylindrical-coordinate representation of color #298175: hue angle of 171.82º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #298175 is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 129 117 -
CMYK 0.68 0 0.09 0.49
HSL 171.82º 0.52% 0.33% -
HSV(B) 171.82º 0.68% 0.51% -
XYZ 11.98 17.46 19.57 -
YUV 101.32 136.85 84.98 -
System Red Green Blue C M Y K H S L
Decimal 41 129 117 0.68 0 0.09 0.49 171.82 0.52 0.33
Hex 29 81 75 44 0 9 31 AC 34 21
Octal 51 201 165 104 0 11 61 254 64 41
Binary 101001 10000001 1110101 1000100 0 1001 110001 10101100 110100 100001

Color Harmonies of #298175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298175

Black with #298175

Text Example


Text Example

White with #298175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298175; }

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

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

background-color css

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

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

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

border-color css

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

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

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