Html Css Color HEX #1C8D5F Elf Green

📋 copy color: '#1C8D5F'

red 28 ◦ green 141 ◦ blue 95

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

Shades of Elf Green #1C8D5F

Tints of Elf Green #1C8D5F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 53.41%

 BLUE value IS 95 (37.5% from 255) = 35.98%

R = 10.61%
G = 53.41%
B = 35.98%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#1C8D5F (or 0x1C8D5F) is known color: Elf Green. HEX triplet: 1C, 8D and 5F. RGB value is (28,141,95). Sum of RGB (Red+Green+Blue) = 28+141+95=264 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.61% from 264); Green value is 141 (55.47% from 255 or 53.41% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 141 - color contains mainly: green. Hex color #1C8D5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8D5F is #E372A0. Grayscale: #666666. Windows color (decimal): -14906017 or 6262044. OLE color: 6262044.

HSL color Cylindrical-coordinate representation of color #1C8D5F: hue angle of 155.58º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8D5F is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB 28 141 95 -
CMYK 0.80 0 0.33 0.45
HSL 155.58º 0.67% 0.33% -
HSV(B) 155.58º 0.8% 0.55% -
XYZ 12.07 20.12 14.07 -
YUV 101.97 124.06 75.24 -
System Red Green Blue C M Y K H S L
Decimal 28 141 95 0.80 0 0.33 0.45 155.58 0.67 0.33
Hex 1C 8D 5F 50 0 21 2D 9C 43 21
Octal 34 215 137 120 0 41 55 234 103 41
Binary 11100 10001101 1011111 1010000 0 100001 101101 10011100 1000011 100001

Color Harmonies of #1C8D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8D5F

Black with #1C8D5F

Text Example


Text Example

White with #1C8D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,141,95); }

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

background-color css

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

 a { background-color: rgb(28,141,95); }

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

border-color css

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

 span { border-color: rgb(28,141,95); }

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