Html Css Color HEX #1C957D Elf Green

📋 copy color: '#1C957D'

red 28 ◦ green 149 ◦ blue 125

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

Shades of Elf Green #1C957D

Tints of Elf Green #1C957D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.34%

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

R = 9.27%
G = 49.34%
B = 41.39%

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

#1C957D (or 0x1C957D) is known color: Elf Green. HEX triplet: 1C, 95 and 7D. RGB value is (28,149,125). Sum of RGB (Red+Green+Blue) = 28+149+125=302 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.27% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #1C957D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C957D is #E36A82. Grayscale: #6E6E6E. Windows color (decimal): -14903939 or 8230172. OLE color: 8230172.

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

Color convert

RGB 28 149 125 -
CMYK 0.81 0 0.16 0.42
HSL 168.1º 0.68% 0.35% -
HSV(B) 168.1º 0.81% 0.58% -
XYZ 14.93 23.22 23.1 -
YUV 110.09 136.41 69.45 -
System Red Green Blue C M Y K H S L
Decimal 28 149 125 0.81 0 0.16 0.42 168.1 0.68 0.35
Hex 1C 95 7D 51 0 10 2A A8 44 23
Octal 34 225 175 121 0 20 52 250 104 43
Binary 11100 10010101 1111101 1010001 0 10000 101010 10101000 1000100 100011

Color Harmonies of #1C957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C957D

Black with #1C957D

Text Example


Text Example

White with #1C957D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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