Html Css Color HEX #1C8972 Elf Green

📋 copy color: '#1C8972'

red 28 ◦ green 137 ◦ blue 114

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

Shades of Elf Green #1C8972

Tints of Elf Green #1C8972

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.1%

 BLUE value IS 114 (44.92% from 255) = 40.86%

R = 10.04%
G = 49.1%
B = 40.86%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#1C8972 (or 0x1C8972) is known color: Elf Green. HEX triplet: 1C, 89 and 72. RGB value is (28,137,114). Sum of RGB (Red+Green+Blue) = 28+137+114=279 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.04% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #1C8972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8972 is #E3768D. Grayscale: #656565. Windows color (decimal): -14907022 or 7506204. OLE color: 7506204.

HSL color Cylindrical-coordinate representation of color #1C8972: hue angle of 167.34º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8972 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 28 137 114 -
CMYK 0.80 0 0.17 0.46
HSL 167.34º 0.66% 0.32% -
HSV(B) 167.34º 0.8% 0.54% -
XYZ 12.46 19.35 19 -
YUV 101.79 134.89 75.37 -
System Red Green Blue C M Y K H S L
Decimal 28 137 114 0.80 0 0.17 0.46 167.34 0.66 0.32
Hex 1C 89 72 50 0 11 2E A7 42 20
Octal 34 211 162 120 0 21 56 247 102 40
Binary 11100 10001001 1110010 1010000 0 10001 101110 10100111 1000010 100000

Color Harmonies of #1C8972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8972

Black with #1C8972

Text Example


Text Example

White with #1C8972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,137,114); }

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

background-color css

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

 a { background-color: rgb(28,137,114); }

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

border-color css

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

 span { border-color: rgb(28,137,114); }

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