Html Css Color HEX #298075 Elm

📋 copy color: '#298075'

red 41 ◦ green 128 ◦ blue 117

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

Shades of Elm #298075

Tints of Elm #298075

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.76%

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

R = 14.34%
G = 44.76%
B = 40.91%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#298075 (or 0x298075) is known color: Elm. HEX triplet: 29, 80 and 75. RGB value is (41,128,117). Sum of RGB (Red+Green+Blue) = 41+128+117=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 128 - color contains mainly: green. Hex color #298075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298075 is #D67F8A. Grayscale: #646464. Windows color (decimal): -14057355 or 7700521. OLE color: 7700521.

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

Color convert

RGB 41 128 117 -
CMYK 0.68 0 0.09 0.50
HSL 172.41º 0.51% 0.33% -
HSV(B) 172.41º 0.68% 0.5% -
XYZ 11.84 17.19 19.52 -
YUV 100.73 137.18 85.39 -
System Red Green Blue C M Y K H S L
Decimal 41 128 117 0.68 0 0.09 0.50 172.41 0.51 0.33
Hex 29 80 75 44 0 9 32 AC 33 21
Octal 51 200 165 104 0 11 62 254 63 41
Binary 101001 10000000 1110101 1000100 0 1001 110010 10101100 110011 100001

Color Harmonies of #298075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298075

Black with #298075

Text Example


Text Example

White with #298075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298075; }

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

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

background-color css

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

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

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

border-color css

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

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

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