Html Css Color HEX #1F857A Elm

📋 copy color: '#1F857A'

red 31 ◦ green 133 ◦ blue 122

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

Shades of Elm #1F857A

Tints of Elm #1F857A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.5%

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

R = 10.84%
G = 46.5%
B = 42.66%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#1F857A (or 0x1F857A) is known color: Elm. HEX triplet: 1F, 85 and 7A. RGB value is (31,133,122). Sum of RGB (Red+Green+Blue) = 31+133+122=286 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.84% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #1F857A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F857A is #E07A85. Grayscale: #656565. Windows color (decimal): -14711430 or 8029471. OLE color: 8029471.

HSL color Cylindrical-coordinate representation of color #1F857A: hue angle of 173.53º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F857A is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 31 133 122 -
CMYK 0.77 0 0.08 0.48
HSL 173.53º 0.62% 0.32% -
HSV(B) 173.53º 0.77% 0.52% -
XYZ 12.47 18.47 21.32 -
YUV 101.25 139.71 77.89 -
System Red Green Blue C M Y K H S L
Decimal 31 133 122 0.77 0 0.08 0.48 173.53 0.62 0.32
Hex 1F 85 7A 4D 0 8 30 AE 3E 20
Octal 37 205 172 115 0 10 60 256 76 40
Binary 11111 10000101 1111010 1001101 0 1000 110000 10101110 111110 100000

Color Harmonies of #1F857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F857A

Black with #1F857A

Text Example


Text Example

White with #1F857A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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