Html Css Color HEX #1F817F Elm

📋 copy color: '#1F817F'

red 31 ◦ green 129 ◦ blue 127

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

Shades of Elm #1F817F

Tints of Elm #1F817F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.95%

 BLUE value IS 127 (50% from 255) = 44.25%

R = 10.8%
G = 44.95%
B = 44.25%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#1F817F (or 0x1F817F) is known color: Elm. HEX triplet: 1F, 81 and 7F. RGB value is (31,129,127). Sum of RGB (Red+Green+Blue) = 31+129+127=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 129 - color contains mainly: green. Hex color #1F817F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F817F is #E07E80. Grayscale: #636363. Windows color (decimal): -14712449 or 8356127. OLE color: 8356127.

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

Color convert

RGB 31 129 127 -
CMYK 0.76 0 0.02 0.49
HSL 178.78º 0.61% 0.31% -
HSV(B) 178.78º 0.76% 0.51% -
XYZ 12.25 17.52 22.82 -
YUV 99.47 143.53 79.16 -
System Red Green Blue C M Y K H S L
Decimal 31 129 127 0.76 0 0.02 0.49 178.78 0.61 0.31
Hex 1F 81 7F 4C 0 2 31 B3 3D 1F
Octal 37 201 177 114 0 2 61 263 75 37
Binary 11111 10000001 1111111 1001100 0 10 110001 10110011 111101 11111

Color Harmonies of #1F817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F817F

Black with #1F817F

Text Example


Text Example

White with #1F817F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,129,127); }

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

background-color css

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

 a { background-color: rgb(31,129,127); }

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

border-color css

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

 span { border-color: rgb(31,129,127); }

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