Html Css Color HEX #1C856C Elf Green

📋 copy color: '#1C856C'

red 28 ◦ green 133 ◦ blue 108

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

Shades of Elf Green #1C856C

Tints of Elf Green #1C856C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.44%

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

R = 10.41%
G = 49.44%
B = 40.15%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#1C856C (or 0x1C856C) is known color: Elf Green. HEX triplet: 1C, 85 and 6C. RGB value is (28,133,108). Sum of RGB (Red+Green+Blue) = 28+133+108=269 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.41% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #1C856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C856C is #E37A93. Grayscale: #626262. Windows color (decimal): -14908052 or 7111964. OLE color: 7111964.

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

Color convert

RGB 28 133 108 -
CMYK 0.79 0 0.19 0.48
HSL 165.71º 0.65% 0.32% -
HSV(B) 165.71º 0.79% 0.52% -
XYZ 11.57 18.1 17.07 -
YUV 98.76 133.21 77.53 -
System Red Green Blue C M Y K H S L
Decimal 28 133 108 0.79 0 0.19 0.48 165.71 0.65 0.32
Hex 1C 85 6C 4F 0 13 30 A6 41 20
Octal 34 205 154 117 0 23 60 246 101 40
Binary 11100 10000101 1101100 1001111 0 10011 110000 10100110 1000001 100000

Color Harmonies of #1C856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C856C

Black with #1C856C

Text Example


Text Example

White with #1C856C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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