Html Css Color HEX #1F877B Elm

📋 copy color: '#1F877B'

red 31 ◦ green 135 ◦ blue 123

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

Shades of Elm #1F877B

Tints of Elm #1F877B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 42.56%

R = 10.73%
G = 46.71%
B = 42.56%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#1F877B (or 0x1F877B) is known color: Elm. HEX triplet: 1F, 87 and 7B. RGB value is (31,135,123). Sum of RGB (Red+Green+Blue) = 31+135+123=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 135 - color contains mainly: green. Hex color #1F877B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F877B is #E07884. Grayscale: #666666. Windows color (decimal): -14710917 or 8095519. OLE color: 8095519.

HSL color Cylindrical-coordinate representation of color #1F877B: hue angle of 173.08º 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 #1F877B is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 31 135 123 -
CMYK 0.77 0 0.09 0.47
HSL 173.08º 0.63% 0.33% -
HSV(B) 173.08º 0.77% 0.53% -
XYZ 12.8 19.05 21.74 -
YUV 102.54 139.54 76.98 -
System Red Green Blue C M Y K H S L
Decimal 31 135 123 0.77 0 0.09 0.47 173.08 0.63 0.33
Hex 1F 87 7B 4D 0 9 2F AD 3F 21
Octal 37 207 173 115 0 11 57 255 77 41
Binary 11111 10000111 1111011 1001101 0 1001 101111 10101101 111111 100001

Color Harmonies of #1F877B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F877B

Black with #1F877B

Text Example


Text Example

White with #1F877B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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