Html Css Color HEX #1C947C Elf Green

📋 copy color: '#1C947C'

red 28 ◦ green 148 ◦ blue 124

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

Shades of Elf Green #1C947C

Tints of Elf Green #1C947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.33%

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

R = 9.33%
G = 49.33%
B = 41.33%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#1C947C (or 0x1C947C) is known color: Elf Green. HEX triplet: 1C, 94 and 7C. RGB value is (28,148,124). Sum of RGB (Red+Green+Blue) = 28+148+124=300 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.33% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #1C947C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C947C is #E36B83. Grayscale: #6D6D6D. Windows color (decimal): -14904196 or 8164380. OLE color: 8164380.

HSL color Cylindrical-coordinate representation of color #1C947C: hue angle of 168º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C947C is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 28 148 124 -
CMYK 0.81 0 0.16 0.42
HSL 168º 0.68% 0.35% -
HSV(B) 168º 0.81% 0.58% -
XYZ 14.71 22.88 22.71 -
YUV 109.38 136.24 69.95 -
System Red Green Blue C M Y K H S L
Decimal 28 148 124 0.81 0 0.16 0.42 168 0.68 0.35
Hex 1C 94 7C 51 0 10 2A A8 44 23
Octal 34 224 174 121 0 20 52 250 104 43
Binary 11100 10010100 1111100 1010001 0 10000 101010 10101000 1000100 100011

Color Harmonies of #1C947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C947C

Black with #1C947C

Text Example


Text Example

White with #1C947C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,148,124); }

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

background-color css

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

 a { background-color: rgb(28,148,124); }

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

border-color css

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

 span { border-color: rgb(28,148,124); }

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