#1C935D

Color #1C935D Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #1C935D

Tints of Elf Green #1C935D

Color information

#1C935D (or 0x1C935D) is unknown color: approx Elf Green. HEX triplet: 1C, 93 and 5D. RGB value is (28,147,93). Sum of RGB (Red+Green+Blue) = 28+147+93=268 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.45% from 268); Green value is 147 (57.81% from 255 or 54.85% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 147 - color contains mainly: green. Hex color #1C935D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C935D is #E36CA2. Grayscale: #696969. Windows color (decimal): -14904483 or 6132508. OLE color: 6132508.

HSL color Cylindrical-coordinate representation of color #1C935D: hue angle of 152.77º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C935D is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB2814793-
CMYK0.8100.370.42
HSL152.77º68%34.31%-
HSV(B)152.77º80.95%57.65%-
XYZ12.8921.913.9-
YUV105.26121.0872.89-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.45%
GREEN value IS 147 (57.81% from 255) = 54.85%
BLUE value IS 93 (36.72% from 255) = 34.70%
R=10.45%
G=54.85%
B=34.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal28147930.8100.370.42152.776834.31
Hex1C935D510252A994422
Octal342231351210455223110442
Binary1110010010011101110110100010100101101010100110011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C935D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C935D;
 }
 .AnyTagClassName
 {
   color: #1C935D;
 }
</style>
background-color css

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

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

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

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

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

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