Html Css Color HEX #298272 Elm

📋 copy color: '#298272'

red 41 ◦ green 130 ◦ blue 114

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

Shades of Elm #298272

Tints of Elm #298272

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.61%

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

R = 14.39%
G = 45.61%
B = 40%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#298272 (or 0x298272) is known color: Elm. HEX triplet: 29, 82 and 72. RGB value is (41,130,114). Sum of RGB (Red+Green+Blue) = 41+130+114=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #298272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298272 is #D67D8D. Grayscale: #656565. Windows color (decimal): -14056846 or 7504425. OLE color: 7504425.

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

Color convert

RGB 41 130 114 -
CMYK 0.68 0 0.12 0.49
HSL 169.21º 0.52% 0.34% -
HSV(B) 169.21º 0.68% 0.51% -
XYZ 11.93 17.65 18.7 -
YUV 101.57 135.01 84.8 -
System Red Green Blue C M Y K H S L
Decimal 41 130 114 0.68 0 0.12 0.49 169.21 0.52 0.34
Hex 29 82 72 44 0 C 31 A9 34 22
Octal 51 202 162 104 0 14 61 251 64 42
Binary 101001 10000010 1110010 1000100 0 1100 110001 10101001 110100 100010

Color Harmonies of #298272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298272

Black with #298272

Text Example


Text Example

White with #298272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298272; }

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

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

background-color css

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

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

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

border-color css

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

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

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