Html Css Color HEX #1C7974 Elm

📋 copy color: '#1C7974'

red 28 ◦ green 121 ◦ blue 116

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

Shades of Elm #1C7974

Tints of Elm #1C7974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.77%

R = 10.57%
G = 45.66%
B = 43.77%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#1C7974 (or 0x1C7974) is known color: Elm. HEX triplet: 1C, 79 and 74. RGB value is (28,121,116). Sum of RGB (Red+Green+Blue) = 28+121+116=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 121 (47.66% from 255 or 45.66% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 121 - color contains mainly: green. Hex color #1C7974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7974 is #E3868B. Grayscale: #5C5C5C. Windows color (decimal): -14911116 or 7633180. OLE color: 7633180.

HSL color Cylindrical-coordinate representation of color #1C7974: hue angle of 176.77º 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 #1C7974 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 28 121 116 -
CMYK 0.77 0 0.04 0.53
HSL 176.77º 0.62% 0.29% -
HSV(B) 176.77º 0.77% 0.47% -
XYZ 10.47 15.18 18.9 -
YUV 92.62 141.19 81.91 -
System Red Green Blue C M Y K H S L
Decimal 28 121 116 0.77 0 0.04 0.53 176.77 0.62 0.29
Hex 1C 79 74 4D 0 4 35 B1 3E 1D
Octal 34 171 164 115 0 4 65 261 76 35
Binary 11100 1111001 1110100 1001101 0 100 110101 10110001 111110 11101

Color Harmonies of #1C7974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7974

Black with #1C7974

Text Example


Text Example

White with #1C7974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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