Html Css Color HEX #1D7F7C Elm

📋 copy color: '#1D7F7C'

red 29 ◦ green 127 ◦ blue 124

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

Shades of Elm #1D7F7C

Tints of Elm #1D7F7C

RGB

 RED value IS 29 (11.72% from 255) = 10.36%

 GREEN value IS 127 (50% from 255) = 45.36%

 BLUE value IS 124 (48.83% from 255) = 44.29%

R = 10.36%
G = 45.36%
B = 44.29%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#1D7F7C (or 0x1D7F7C) is known color: Elm. HEX triplet: 1D, 7F and 7C. RGB value is (29,127,124). Sum of RGB (Red+Green+Blue) = 29+127+124=280 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.36% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 127 - color contains mainly: green. Hex color #1D7F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7F7C is #E28083. Grayscale: #616161. Windows color (decimal): -14844036 or 8159005. OLE color: 8159005.

HSL color Cylindrical-coordinate representation of color #1D7F7C: hue angle of 178.16º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7F7C is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 29 127 124 -
CMYK 0.77 0 0.02 0.50
HSL 178.16º 0.63% 0.31% -
HSV(B) 178.16º 0.77% 0.5% -
XYZ 11.73 16.9 21.71 -
YUV 97.36 143.03 79.24 -
System Red Green Blue C M Y K H S L
Decimal 29 127 124 0.77 0 0.02 0.50 178.16 0.63 0.31
Hex 1D 7F 7C 4D 0 2 32 B2 3F 1F
Octal 35 177 174 115 0 2 62 262 77 37
Binary 11101 1111111 1111100 1001101 0 10 110010 10110010 111111 11111

Color Harmonies of #1D7F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7F7C

Black with #1D7F7C

Text Example


Text Example

White with #1D7F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,127,124); }

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

background-color css

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

 a { background-color: rgb(29,127,124); }

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

border-color css

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

 span { border-color: rgb(29,127,124); }

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