Html Css Color HEX #25867F Elm

📋 copy color: '#25867F'

red 37 ◦ green 134 ◦ blue 127

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

Shades of Elm #25867F

Tints of Elm #25867F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.97%

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

R = 12.42%
G = 44.97%
B = 42.62%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#25867F (or 0x25867F) is known color: Elm. HEX triplet: 25, 86 and 7F. RGB value is (37,134,127). Sum of RGB (Red+Green+Blue) = 37+134+127=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #25867F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25867F is #DA7980. Grayscale: #686868. Windows color (decimal): -14317953 or 8357413. OLE color: 8357413.

HSL color Cylindrical-coordinate representation of color #25867F: hue angle of 175.67º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25867F is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 37 134 127 -
CMYK 0.72 0 0.05 0.47
HSL 175.67º 0.57% 0.34% -
HSV(B) 175.67º 0.72% 0.53% -
XYZ 13.12 18.98 23.05 -
YUV 104.2 140.86 80.07 -
System Red Green Blue C M Y K H S L
Decimal 37 134 127 0.72 0 0.05 0.47 175.67 0.57 0.34
Hex 25 86 7F 48 0 5 2F B0 39 22
Octal 45 206 177 110 0 5 57 260 71 42
Binary 100101 10000110 1111111 1001000 0 101 101111 10110000 111001 100010

Color Harmonies of #25867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25867F

Black with #25867F

Text Example


Text Example

White with #25867F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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