Html Css Color HEX #258273 Elm

📋 copy color: '#258273'

red 37 ◦ green 130 ◦ blue 115

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

Shades of Elm #258273

Tints of Elm #258273

RGB

 RED value IS 37 (14.84% from 255) = 13.12%

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

 BLUE value IS 115 (45.31% from 255) = 40.78%

R = 13.12%
G = 46.1%
B = 40.78%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#258273 (or 0x258273) is known color: Elm. HEX triplet: 25, 82 and 73. RGB value is (37,130,115). Sum of RGB (Red+Green+Blue) = 37+130+115=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #258273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258273 is #DA7D8C. Grayscale: #646464. Windows color (decimal): -14318989 or 7569957. OLE color: 7569957.

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

Color convert

RGB 37 130 115 -
CMYK 0.72 0 0.12 0.49
HSL 170.32º 0.56% 0.33% -
HSV(B) 170.32º 0.72% 0.51% -
XYZ 11.84 17.6 18.99 -
YUV 100.48 136.19 82.72 -
System Red Green Blue C M Y K H S L
Decimal 37 130 115 0.72 0 0.12 0.49 170.32 0.56 0.33
Hex 25 82 73 48 0 C 31 AA 38 21
Octal 45 202 163 110 0 14 61 252 70 41
Binary 100101 10000010 1110011 1001000 0 1100 110001 10101010 111000 100001

Color Harmonies of #258273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258273

Black with #258273

Text Example


Text Example

White with #258273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258273; }

 p { color: rgb(37,130,115); }

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

background-color css

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

 a { background-color: rgb(37,130,115); }

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

border-color css

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

 span { border-color: rgb(37,130,115); }

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