Html Css Color HEX #1C866C Elf Green

📋 copy color: '#1C866C'

red 28 ◦ green 134 ◦ blue 108

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

Shades of Elf Green #1C866C

Tints of Elf Green #1C866C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.63%

 BLUE value IS 108 (42.58% from 255) = 40%

R = 10.37%
G = 49.63%
B = 40%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#1C866C (or 0x1C866C) is known color: Elf Green. HEX triplet: 1C, 86 and 6C. RGB value is (28,134,108). Sum of RGB (Red+Green+Blue) = 28+134+108=270 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.37% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 134 - color contains mainly: green. Hex color #1C866C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C866C is #E37993. Grayscale: #636363. Windows color (decimal): -14907796 or 7112220. OLE color: 7112220.

HSL color Cylindrical-coordinate representation of color #1C866C: hue angle of 165.28º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C866C is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 28 134 108 -
CMYK 0.79 0 0.19 0.47
HSL 165.28º 0.65% 0.32% -
HSV(B) 165.28º 0.79% 0.53% -
XYZ 11.71 18.38 17.12 -
YUV 99.34 132.88 77.11 -
System Red Green Blue C M Y K H S L
Decimal 28 134 108 0.79 0 0.19 0.47 165.28 0.65 0.32
Hex 1C 86 6C 4F 0 13 2F A5 41 20
Octal 34 206 154 117 0 23 57 245 101 40
Binary 11100 10000110 1101100 1001111 0 10011 101111 10100101 1000001 100000

Color Harmonies of #1C866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C866C

Black with #1C866C

Text Example


Text Example

White with #1C866C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,134,108); }

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

background-color css

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

 a { background-color: rgb(28,134,108); }

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

border-color css

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

 span { border-color: rgb(28,134,108); }

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