Html Css Color HEX #1F867A Elm

📋 copy color: '#1F867A'

red 31 ◦ green 134 ◦ blue 122

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

Shades of Elm #1F867A

Tints of Elm #1F867A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.69%

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

R = 10.8%
G = 46.69%
B = 42.51%

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

#1F867A (or 0x1F867A) is known color: Elm. HEX triplet: 1F, 86 and 7A. RGB value is (31,134,122). Sum of RGB (Red+Green+Blue) = 31+134+122=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #1F867A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F867A is #E07985. Grayscale: #656565. Windows color (decimal): -14711174 or 8029727. OLE color: 8029727.

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

Color convert

RGB 31 134 122 -
CMYK 0.77 0 0.09 0.47
HSL 173.01º 0.62% 0.32% -
HSV(B) 173.01º 0.77% 0.53% -
XYZ 12.6 18.75 21.37 -
YUV 101.84 139.38 77.48 -
System Red Green Blue C M Y K H S L
Decimal 31 134 122 0.77 0 0.09 0.47 173.01 0.62 0.32
Hex 1F 86 7A 4D 0 9 2F AD 3E 20
Octal 37 206 172 115 0 11 57 255 76 40
Binary 11111 10000110 1111010 1001101 0 1001 101111 10101101 111110 100000

Color Harmonies of #1F867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F867A

Black with #1F867A

Text Example


Text Example

White with #1F867A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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