Html Css Color HEX #1C947A Elf Green

📋 copy color: '#1C947A'

red 28 ◦ green 148 ◦ blue 122

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

Shades of Elf Green #1C947A

Tints of Elf Green #1C947A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.94%

R = 9.4%
G = 49.66%
B = 40.94%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#1C947A (or 0x1C947A) is known color: Elf Green. HEX triplet: 1C, 94 and 7A. RGB value is (28,148,122). Sum of RGB (Red+Green+Blue) = 28+148+122=298 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.40% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 148 - color contains mainly: green. Hex color #1C947A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C947A is #E36B85. Grayscale: #6D6D6D. Windows color (decimal): -14904198 or 8033308. OLE color: 8033308.

HSL color Cylindrical-coordinate representation of color #1C947A: hue angle of 167º 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 #1C947A is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 28 148 122 -
CMYK 0.81 0 0.18 0.42
HSL 167º 0.68% 0.35% -
HSV(B) 167º 0.81% 0.58% -
XYZ 14.58 22.83 22.05 -
YUV 109.16 135.24 70.11 -
System Red Green Blue C M Y K H S L
Decimal 28 148 122 0.81 0 0.18 0.42 167 0.68 0.35
Hex 1C 94 7A 51 0 12 2A A7 44 23
Octal 34 224 172 121 0 22 52 247 104 43
Binary 11100 10010100 1111010 1010001 0 10010 101010 10100111 1000100 100011

Color Harmonies of #1C947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C947A

Black with #1C947A

Text Example


Text Example

White with #1C947A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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