#1C9272

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

Shades of Elf Green #1C9272

Tints of Elf Green #1C9272

Color information

#1C9272 (or 0x1C9272) is unknown color: approx Elf Green. HEX triplet: 1C, 92 and 72. RGB value is (28,146,114). Sum of RGB (Red+Green+Blue) = 28+146+114=288 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.72% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #1C9272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9272 is #E36D8D. Grayscale: #6B6B6B. Windows color (decimal): -14904718 or 7508508. OLE color: 7508508.

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

Color convert

RGB28146114-
CMYK0.8100.220.43
HSL163.73º67.82%34.12%-
HSV(B)163.73º80.82%57.25%-
XYZ13.822.0219.44-
YUV107.07131.9171.6-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.72%
GREEN value IS 146 (57.42% from 255) = 50.69%
BLUE value IS 114 (44.92% from 255) = 39.58%
R=9.72%
G=50.69%
B=39.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal281461140.8100.220.43163.7367.8234.12
Hex1C9272510162Ba44422
Octal342221621210265324410442
Binary111001001001011100101010001010110101011101001001000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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