Html Css Color HEX #298375 Elm

📋 copy color: '#298375'

red 41 ◦ green 131 ◦ blue 117

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

Shades of Elm #298375

Tints of Elm #298375

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.33%

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

R = 14.19%
G = 45.33%
B = 40.48%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#298375 (or 0x298375) is known color: Elm. HEX triplet: 29, 83 and 75. RGB value is (41,131,117). Sum of RGB (Red+Green+Blue) = 41+131+117=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 131 - color contains mainly: green. Hex color #298375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298375 is #D67C8A. Grayscale: #666666. Windows color (decimal): -14056587 or 7701289. OLE color: 7701289.

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

Color convert

RGB 41 131 117 -
CMYK 0.69 0 0.11 0.49
HSL 170.67º 0.52% 0.34% -
HSV(B) 170.67º 0.69% 0.51% -
XYZ 12.24 17.99 19.66 -
YUV 102.49 136.18 84.14 -
System Red Green Blue C M Y K H S L
Decimal 41 131 117 0.69 0 0.11 0.49 170.67 0.52 0.34
Hex 29 83 75 45 0 B 31 AB 34 22
Octal 51 203 165 105 0 13 61 253 64 42
Binary 101001 10000011 1110101 1000101 0 1011 110001 10101011 110100 100010

Color Harmonies of #298375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298375

Black with #298375

Text Example


Text Example

White with #298375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298375; }

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

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

background-color css

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

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

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

border-color css

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

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

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