Html Css Color HEX #298575 Elm

📋 copy color: '#298575'

red 41 ◦ green 133 ◦ blue 117

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

Shades of Elm #298575

Tints of Elm #298575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.7%

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

R = 14.09%
G = 45.7%
B = 40.21%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#298575 (or 0x298575) is known color: Elm. HEX triplet: 29, 85 and 75. RGB value is (41,133,117). Sum of RGB (Red+Green+Blue) = 41+133+117=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 133 - color contains mainly: green. Hex color #298575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298575 is #D67A8A. Grayscale: #676767. Windows color (decimal): -14056075 or 7701801. OLE color: 7701801.

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

Color convert

RGB 41 133 117 -
CMYK 0.69 0 0.12 0.48
HSL 169.57º 0.53% 0.34% -
HSV(B) 169.57º 0.69% 0.52% -
XYZ 12.51 18.53 19.75 -
YUV 103.67 135.52 83.3 -
System Red Green Blue C M Y K H S L
Decimal 41 133 117 0.69 0 0.12 0.48 169.57 0.53 0.34
Hex 29 85 75 45 0 C 30 AA 35 22
Octal 51 205 165 105 0 14 60 252 65 42
Binary 101001 10000101 1110101 1000101 0 1100 110000 10101010 110101 100010

Color Harmonies of #298575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298575

Black with #298575

Text Example


Text Example

White with #298575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298575; }

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

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

background-color css

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

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

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

border-color css

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

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

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