Html Css Color HEX #1C885D Elf Green

📋 copy color: '#1C885D'

red 28 ◦ green 136 ◦ blue 93

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

Shades of Elf Green #1C885D

Tints of Elf Green #1C885D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 52.92%

 BLUE value IS 93 (36.72% from 255) = 36.19%

R = 10.89%
G = 52.92%
B = 36.19%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#1C885D (or 0x1C885D) is known color: Elf Green. HEX triplet: 1C, 88 and 5D. RGB value is (28,136,93). Sum of RGB (Red+Green+Blue) = 28+136+93=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 136 (53.52% from 255 or 52.92% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 136 - color contains mainly: green. Hex color #1C885D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C885D is #E377A2. Grayscale: #626262. Windows color (decimal): -14907299 or 6129692. OLE color: 6129692.

HSL color Cylindrical-coordinate representation of color #1C885D: hue angle of 156.11º degrees, saturation: 0.66, 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 #1C885D is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 28 136 93 -
CMYK 0.79 0 0.32 0.47
HSL 156.11º 0.66% 0.32% -
HSV(B) 156.11º 0.79% 0.53% -
XYZ 11.26 18.65 13.36 -
YUV 98.81 124.72 77.5 -
System Red Green Blue C M Y K H S L
Decimal 28 136 93 0.79 0 0.32 0.47 156.11 0.66 0.32
Hex 1C 88 5D 4F 0 20 2F 9C 42 20
Octal 34 210 135 117 0 40 57 234 102 40
Binary 11100 10001000 1011101 1001111 0 100000 101111 10011100 1000010 100000

Color Harmonies of #1C885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C885D

Black with #1C885D

Text Example


Text Example

White with #1C885D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,136,93); }

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

background-color css

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

 a { background-color: rgb(28,136,93); }

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

border-color css

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

 span { border-color: rgb(28,136,93); }

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