Html Css Color HEX #1C896F Elf Green

📋 copy color: '#1C896F'

red 28 ◦ green 137 ◦ blue 111

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

Shades of Elf Green #1C896F

Tints of Elf Green #1C896F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.22%

R = 10.14%
G = 49.64%
B = 40.22%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#1C896F (or 0x1C896F) is known color: Elf Green. HEX triplet: 1C, 89 and 6F. RGB value is (28,137,111). Sum of RGB (Red+Green+Blue) = 28+137+111=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #1C896F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C896F is #E37690. Grayscale: #656565. Windows color (decimal): -14907025 or 7309596. OLE color: 7309596.

HSL color Cylindrical-coordinate representation of color #1C896F: hue angle of 165.69º 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 #1C896F is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 28 137 111 -
CMYK 0.80 0 0.19 0.46
HSL 165.69º 0.66% 0.32% -
HSV(B) 165.69º 0.8% 0.54% -
XYZ 12.29 19.29 18.11 -
YUV 101.45 133.39 75.61 -
System Red Green Blue C M Y K H S L
Decimal 28 137 111 0.80 0 0.19 0.46 165.69 0.66 0.32
Hex 1C 89 6F 50 0 13 2E A6 42 20
Octal 34 211 157 120 0 23 56 246 102 40
Binary 11100 10001001 1101111 1010000 0 10011 101110 10100110 1000010 100000

Color Harmonies of #1C896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C896F

Black with #1C896F

Text Example


Text Example

White with #1C896F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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