Html Css Color HEX #25857F Elm

📋 copy color: '#25857F'

red 37 ◦ green 133 ◦ blue 127

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

Shades of Elm #25857F

Tints of Elm #25857F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.78%

 BLUE value IS 127 (50% from 255) = 42.76%

R = 12.46%
G = 44.78%
B = 42.76%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#25857F (or 0x25857F) is known color: Elm. HEX triplet: 25, 85 and 7F. RGB value is (37,133,127). Sum of RGB (Red+Green+Blue) = 37+133+127=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #25857F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25857F is #DA7A80. Grayscale: #676767. Windows color (decimal): -14318209 or 8357157. OLE color: 8357157.

HSL color Cylindrical-coordinate representation of color #25857F: hue angle of 176.25º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25857F is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 133 127 -
CMYK 0.72 0 0.05 0.48
HSL 176.25º 0.56% 0.33% -
HSV(B) 176.25º 0.72% 0.52% -
XYZ 12.98 18.7 23 -
YUV 103.61 141.2 80.49 -
System Red Green Blue C M Y K H S L
Decimal 37 133 127 0.72 0 0.05 0.48 176.25 0.56 0.33
Hex 25 85 7F 48 0 5 30 B0 38 21
Octal 45 205 177 110 0 5 60 260 70 41
Binary 100101 10000101 1111111 1001000 0 101 110000 10110000 111000 100001

Color Harmonies of #25857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25857F

Black with #25857F

Text Example


Text Example

White with #25857F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25857F; }

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

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

background-color css

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

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

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

border-color css

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

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

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