Html Css Color HEX #1C947D Elf Green

📋 copy color: '#1C947D'

red 28 ◦ green 148 ◦ blue 125

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

Shades of Elf Green #1C947D

Tints of Elf Green #1C947D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.53%

R = 9.3%
G = 49.17%
B = 41.53%

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

#1C947D (or 0x1C947D) is known color: Elf Green. HEX triplet: 1C, 94 and 7D. RGB value is (28,148,125). Sum of RGB (Red+Green+Blue) = 28+148+125=301 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.30% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #1C947D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C947D is #E36B82. Grayscale: #6D6D6D. Windows color (decimal): -14904195 or 8229916. OLE color: 8229916.

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

Color convert

RGB 28 148 125 -
CMYK 0.81 0 0.16 0.42
HSL 168.5º 0.68% 0.35% -
HSV(B) 168.5º 0.81% 0.58% -
XYZ 14.77 22.91 23.05 -
YUV 109.5 136.74 69.87 -
System Red Green Blue C M Y K H S L
Decimal 28 148 125 0.81 0 0.16 0.42 168.5 0.68 0.35
Hex 1C 94 7D 51 0 10 2A A8 44 23
Octal 34 224 175 121 0 20 52 250 104 43
Binary 11100 10010100 1111101 1010001 0 10000 101010 10101000 1000100 100011

Color Harmonies of #1C947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C947D

Black with #1C947D

Text Example


Text Example

White with #1C947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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