Html Css Color HEX #1C7971 Elm

📋 copy color: '#1C7971'

red 28 ◦ green 121 ◦ blue 113

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

Shades of Elm #1C7971

Tints of Elm #1C7971

RGB

 RED value IS 28 (11.33% from 255) = 10.69%

 GREEN value IS 121 (47.66% from 255) = 46.18%

 BLUE value IS 113 (44.53% from 255) = 43.13%

R = 10.69%
G = 46.18%
B = 43.13%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#1C7971 (or 0x1C7971) is known color: Elm. HEX triplet: 1C, 79 and 71. RGB value is (28,121,113). Sum of RGB (Red+Green+Blue) = 28+121+113=262 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.69% from 262); Green value is 121 (47.66% from 255 or 46.18% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 121 - color contains mainly: green. Hex color #1C7971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7971 is #E3868E. Grayscale: #5C5C5C. Windows color (decimal): -14911119 or 7436572. OLE color: 7436572.

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

Color convert

RGB 28 121 113 -
CMYK 0.77 0 0.07 0.53
HSL 174.84º 0.62% 0.29% -
HSV(B) 174.84º 0.77% 0.47% -
XYZ 10.3 15.11 18 -
YUV 92.28 139.69 82.15 -
System Red Green Blue C M Y K H S L
Decimal 28 121 113 0.77 0 0.07 0.53 174.84 0.62 0.29
Hex 1C 79 71 4D 0 7 35 AF 3E 1D
Octal 34 171 161 115 0 7 65 257 76 35
Binary 11100 1111001 1110001 1001101 0 111 110101 10101111 111110 11101

Color Harmonies of #1C7971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7971

Black with #1C7971

Text Example


Text Example

White with #1C7971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,121,113); }

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

background-color css

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

 a { background-color: rgb(28,121,113); }

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

border-color css

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

 span { border-color: rgb(28,121,113); }

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