Html Css Color HEX #1F877F Elm

📋 copy color: '#1F877F'

red 31 ◦ green 135 ◦ blue 127

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

Shades of Elm #1F877F

Tints of Elm #1F877F

RGB

 RED value IS 31 (12.5% from 255) = 10.58%

 GREEN value IS 135 (53.13% from 255) = 46.08%

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

R = 10.58%
G = 46.08%
B = 43.34%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#1F877F (or 0x1F877F) is known color: Elm. HEX triplet: 1F, 87 and 7F. RGB value is (31,135,127). Sum of RGB (Red+Green+Blue) = 31+135+127=293 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.58% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 135 - color contains mainly: green. Hex color #1F877F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F877F is #E07880. Grayscale: #666666. Windows color (decimal): -14710913 or 8357663. OLE color: 8357663.

HSL color Cylindrical-coordinate representation of color #1F877F: hue angle of 175.38º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F877F is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 31 135 127 -
CMYK 0.77 0 0.06 0.47
HSL 175.38º 0.63% 0.33% -
HSV(B) 175.38º 0.77% 0.53% -
XYZ 13.06 19.15 23.09 -
YUV 102.99 141.54 76.65 -
System Red Green Blue C M Y K H S L
Decimal 31 135 127 0.77 0 0.06 0.47 175.38 0.63 0.33
Hex 1F 87 7F 4D 0 6 2F AF 3F 21
Octal 37 207 177 115 0 6 57 257 77 41
Binary 11111 10000111 1111111 1001101 0 110 101111 10101111 111111 100001

Color Harmonies of #1F877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F877F

Black with #1F877F

Text Example


Text Example

White with #1F877F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F877F; }

 p { color: rgb(31,135,127); }

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

background-color css

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

 a { background-color: rgb(31,135,127); }

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

border-color css

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

 span { border-color: rgb(31,135,127); }

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