#1C8372

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

Shades of Elf Green #1C8372

Tints of Elf Green #1C8372

Color information

#1C8372 (or 0x1C8372) is unknown color: approx Elf Green. HEX triplet: 1C, 83 and 72. RGB value is (28,131,114). Sum of RGB (Red+Green+Blue) = 28+131+114=273 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.26% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 131 - color contains mainly: green. Hex color #1C8372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8372 is #E37C8D. Grayscale: #626262. Windows color (decimal): -14908558 or 7504668. OLE color: 7504668.

HSL color Cylindrical-coordinate representation of color #1C8372: hue angle of 170.1º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C8372 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB28131114-
CMYK0.7900.130.49
HSL170.1º64.78%31.18%-
HSV(B)170.1º78.63%51.37%-
XYZ11.6317.6918.72-
YUV98.26136.8877.88-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.26%
GREEN value IS 131 (51.56% from 255) = 47.99%
BLUE value IS 114 (44.92% from 255) = 41.76%
R=10.26%
G=47.99%
B=41.76%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal281311140.7900.130.49170.164.7831.18
Hex1C83724F0D31aa411f
Octal342031621170156125210137
Binary1110010000011111001010011110110111000110101010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,131,114); }

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

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

 a { background-color: rgb(28,131,114); }

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

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

 span { border-color: rgb(28,131,114); }

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