Html Css Color HEX #1C716F Elm

📋 copy color: '#1C716F'

red 28 ◦ green 113 ◦ blue 111

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

Shades of Elm #1C716F

Tints of Elm #1C716F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.84%

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

R = 11.11%
G = 44.84%
B = 44.05%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#1C716F (or 0x1C716F) is known color: Elm. HEX triplet: 1C, 71 and 6F. RGB value is (28,113,111). Sum of RGB (Red+Green+Blue) = 28+113+111=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #1C716F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C716F is #E38E90. Grayscale: #575757. Windows color (decimal): -14913169 or 7303452. OLE color: 7303452.

HSL color Cylindrical-coordinate representation of color #1C716F: hue angle of 178.59º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C716F is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 28 113 111 -
CMYK 0.75 0 0.02 0.56
HSL 178.59º 0.6% 0.28% -
HSV(B) 178.59º 0.75% 0.44% -
XYZ 9.25 13.2 17.1 -
YUV 87.36 141.34 85.66 -
System Red Green Blue C M Y K H S L
Decimal 28 113 111 0.75 0 0.02 0.56 178.59 0.6 0.28
Hex 1C 71 6F 4B 0 2 38 B3 3C 1C
Octal 34 161 157 113 0 2 70 263 74 34
Binary 11100 1110001 1101111 1001011 0 10 111000 10110011 111100 11100

Color Harmonies of #1C716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C716F

Black with #1C716F

Text Example


Text Example

White with #1C716F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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