Html Css Color HEX #1F837A Elm

📋 copy color: '#1F837A'

red 31 ◦ green 131 ◦ blue 122

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

Shades of Elm #1F837A

Tints of Elm #1F837A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 42.96%

R = 10.92%
G = 46.13%
B = 42.96%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#1F837A (or 0x1F837A) is known color: Elm. HEX triplet: 1F, 83 and 7A. RGB value is (31,131,122). Sum of RGB (Red+Green+Blue) = 31+131+122=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #1F837A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F837A is #E07C85. Grayscale: #646464. Windows color (decimal): -14711942 or 8028959. OLE color: 8028959.

HSL color Cylindrical-coordinate representation of color #1F837A: hue angle of 174.6º 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 #1F837A is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 31 131 122 -
CMYK 0.76 0 0.07 0.49
HSL 174.6º 0.62% 0.32% -
HSV(B) 174.6º 0.76% 0.51% -
XYZ 12.19 17.93 21.23 -
YUV 100.07 140.37 78.73 -
System Red Green Blue C M Y K H S L
Decimal 31 131 122 0.76 0 0.07 0.49 174.6 0.62 0.32
Hex 1F 83 7A 4C 0 7 31 AF 3E 20
Octal 37 203 172 114 0 7 61 257 76 40
Binary 11111 10000011 1111010 1001100 0 111 110001 10101111 111110 100000

Color Harmonies of #1F837A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F837A

Black with #1F837A

Text Example


Text Example

White with #1F837A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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