Html Css Color HEX #1F7D6F Elm

📋 copy color: '#1F7D6F'

red 31 ◦ green 125 ◦ blue 111

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

Shades of Elm #1F7D6F

Tints of Elm #1F7D6F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.82%

 BLUE value IS 111 (43.75% from 255) = 41.57%

R = 11.61%
G = 46.82%
B = 41.57%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#1F7D6F (or 0x1F7D6F) is known color: Elm. HEX triplet: 1F, 7D and 6F. RGB value is (31,125,111). Sum of RGB (Red+Green+Blue) = 31+125+111=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 125 (49.22% from 255 or 46.82% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 125 - color contains mainly: green. Hex color #1F7D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7D6F is #E08290. Grayscale: #5F5F5F. Windows color (decimal): -14713489 or 7306527. OLE color: 7306527.

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

Color convert

RGB 31 125 111 -
CMYK 0.75 0 0.11 0.51
HSL 171.06º 0.6% 0.31% -
HSV(B) 171.06º 0.75% 0.49% -
XYZ 10.77 16.11 17.58 -
YUV 95.3 136.86 82.14 -
System Red Green Blue C M Y K H S L
Decimal 31 125 111 0.75 0 0.11 0.51 171.06 0.6 0.31
Hex 1F 7D 6F 4B 0 B 33 AB 3C 1F
Octal 37 175 157 113 0 13 63 253 74 37
Binary 11111 1111101 1101111 1001011 0 1011 110011 10101011 111100 11111

Color Harmonies of #1F7D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7D6F

Black with #1F7D6F

Text Example


Text Example

White with #1F7D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,125,111); }

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

background-color css

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

 a { background-color: rgb(31,125,111); }

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

border-color css

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

 span { border-color: rgb(31,125,111); }

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