Html Css Color HEX #298072 Elm

📋 copy color: '#298072'

red 41 ◦ green 128 ◦ blue 114

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

Shades of Elm #298072

Tints of Elm #298072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.28%

R = 14.49%
G = 45.23%
B = 40.28%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#298072 (or 0x298072) is known color: Elm. HEX triplet: 29, 80 and 72. RGB value is (41,128,114). Sum of RGB (Red+Green+Blue) = 41+128+114=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 128 - color contains mainly: green. Hex color #298072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298072 is #D67F8D. Grayscale: #646464. Windows color (decimal): -14057358 or 7503913. OLE color: 7503913.

HSL color Cylindrical-coordinate representation of color #298072: hue angle of 170.34º 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 #298072 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 128 114 -
CMYK 0.68 0 0.11 0.50
HSL 170.34º 0.51% 0.33% -
HSV(B) 170.34º 0.68% 0.5% -
XYZ 11.67 17.12 18.61 -
YUV 100.39 135.68 85.64 -
System Red Green Blue C M Y K H S L
Decimal 41 128 114 0.68 0 0.11 0.50 170.34 0.51 0.33
Hex 29 80 72 44 0 B 32 AA 33 21
Octal 51 200 162 104 0 13 62 252 63 41
Binary 101001 10000000 1110010 1000100 0 1011 110010 10101010 110011 100001

Color Harmonies of #298072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298072

Black with #298072

Text Example


Text Example

White with #298072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298072; }

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

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

background-color css

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

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

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

border-color css

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

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

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