Html Css Color HEX #1F837E Elm

📋 copy color: '#1F837E'

red 31 ◦ green 131 ◦ blue 126

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

Shades of Elm #1F837E

Tints of Elm #1F837E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.49%

 BLUE value IS 126 (49.61% from 255) = 43.75%

R = 10.76%
G = 45.49%
B = 43.75%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#1F837E (or 0x1F837E) is known color: Elm. HEX triplet: 1F, 83 and 7E. RGB value is (31,131,126). Sum of RGB (Red+Green+Blue) = 31+131+126=288 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.76% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 131 - color contains mainly: green. Hex color #1F837E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F837E is #E07C81. Grayscale: #646464. Windows color (decimal): -14711938 or 8291103. OLE color: 8291103.

HSL color Cylindrical-coordinate representation of color #1F837E: hue angle of 177º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F837E is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 31 131 126 -
CMYK 0.76 0 0.04 0.49
HSL 177º 0.62% 0.32% -
HSV(B) 177º 0.76% 0.51% -
XYZ 12.45 18.03 22.56 -
YUV 100.53 142.37 78.41 -
System Red Green Blue C M Y K H S L
Decimal 31 131 126 0.76 0 0.04 0.49 177 0.62 0.32
Hex 1F 83 7E 4C 0 4 31 B1 3E 20
Octal 37 203 176 114 0 4 61 261 76 40
Binary 11111 10000011 1111110 1001100 0 100 110001 10110001 111110 100000

Color Harmonies of #1F837E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F837E

Black with #1F837E

Text Example


Text Example

White with #1F837E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,131,126); }

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

background-color css

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

 a { background-color: rgb(31,131,126); }

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

border-color css

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

 span { border-color: rgb(31,131,126); }

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