Html Css Color HEX #257F72 Elm

📋 copy color: '#257F72'

red 37 ◦ green 127 ◦ blue 114

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

Shades of Elm #257F72

Tints of Elm #257F72

RGB

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

 GREEN value IS 127 (50% from 255) = 45.68%

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

R = 13.31%
G = 45.68%
B = 41.01%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#257F72 (or 0x257F72) is known color: Elm. HEX triplet: 25, 7F and 72. RGB value is (37,127,114). Sum of RGB (Red+Green+Blue) = 37+127+114=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 127 (50% from 255 or 45.68% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 127 - color contains mainly: green. Hex color #257F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257F72 is #DA808D. Grayscale: #626262. Windows color (decimal): -14319758 or 7503653. OLE color: 7503653.

HSL color Cylindrical-coordinate representation of color #257F72: hue angle of 171.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257F72 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 127 114 -
CMYK 0.71 0 0.10 0.50
HSL 171.33º 0.55% 0.32% -
HSV(B) 171.33º 0.71% 0.5% -
XYZ 11.39 16.79 18.56 -
YUV 98.61 136.68 84.06 -
System Red Green Blue C M Y K H S L
Decimal 37 127 114 0.71 0 0.10 0.50 171.33 0.55 0.32
Hex 25 7F 72 47 0 A 32 AB 37 20
Octal 45 177 162 107 0 12 62 253 67 40
Binary 100101 1111111 1110010 1000111 0 1010 110010 10101011 110111 100000

Color Harmonies of #257F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257F72

Black with #257F72

Text Example


Text Example

White with #257F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257F72; }

 p { color: rgb(37,127,114); }

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

background-color css

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

 a { background-color: rgb(37,127,114); }

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

border-color css

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

 span { border-color: rgb(37,127,114); }

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