Html Css Color HEX #1C856B Elf Green

📋 copy color: '#1C856B'

red 28 ◦ green 133 ◦ blue 107

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

Shades of Elf Green #1C856B

Tints of Elf Green #1C856B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.93%

R = 10.45%
G = 49.63%
B = 39.93%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#1C856B (or 0x1C856B) is known color: Elf Green. HEX triplet: 1C, 85 and 6B. RGB value is (28,133,107). Sum of RGB (Red+Green+Blue) = 28+133+107=268 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.45% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #1C856B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C856B is #E37A94. Grayscale: #626262. Windows color (decimal): -14908053 or 7046428. OLE color: 7046428.

HSL color Cylindrical-coordinate representation of color #1C856B: hue angle of 165.14º 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 #1C856B is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 28 133 107 -
CMYK 0.79 0 0.20 0.48
HSL 165.14º 0.65% 0.32% -
HSV(B) 165.14º 0.79% 0.52% -
XYZ 11.52 18.08 16.79 -
YUV 98.64 132.71 77.61 -
System Red Green Blue C M Y K H S L
Decimal 28 133 107 0.79 0 0.20 0.48 165.14 0.65 0.32
Hex 1C 85 6B 4F 0 14 30 A5 41 20
Octal 34 205 153 117 0 24 60 245 101 40
Binary 11100 10000101 1101011 1001111 0 10100 110000 10100101 1000001 100000

Color Harmonies of #1C856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C856B

Black with #1C856B

Text Example


Text Example

White with #1C856B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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