Html Css Color HEX #1F827E Elm

📋 copy color: '#1F827E'

red 31 ◦ green 130 ◦ blue 126

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

Shades of Elm #1F827E

Tints of Elm #1F827E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.3%

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

R = 10.8%
G = 45.3%
B = 43.9%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#1F827E (or 0x1F827E) is known color: Elm. HEX triplet: 1F, 82 and 7E. RGB value is (31,130,126). Sum of RGB (Red+Green+Blue) = 31+130+126=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 126 (49.61% from 255 or 43.90% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #1F827E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F827E is #E07D81. Grayscale: #636363. Windows color (decimal): -14712194 or 8290847. OLE color: 8290847.

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

Color convert

RGB 31 130 126 -
CMYK 0.76 0 0.03 0.49
HSL 177.58º 0.61% 0.32% -
HSV(B) 177.58º 0.76% 0.51% -
XYZ 12.31 17.76 22.52 -
YUV 99.94 142.7 78.83 -
System Red Green Blue C M Y K H S L
Decimal 31 130 126 0.76 0 0.03 0.49 177.58 0.61 0.32
Hex 1F 82 7E 4C 0 3 31 B2 3D 20
Octal 37 202 176 114 0 3 61 262 75 40
Binary 11111 10000010 1111110 1001100 0 11 110001 10110010 111101 100000

Color Harmonies of #1F827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F827E

Black with #1F827E

Text Example


Text Example

White with #1F827E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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