#1c827a

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

Shades of Elm #1C827A

Tints of Elm #1C827A

Color information

#1C827A (or 0x1C827A) is unknown color: approx Elm. HEX triplet: 1C, 82 and 7A. RGB value is (28,130,122). Sum of RGB (Red+Green+Blue) = 28+130+122=280 (37% of max value = 765). Red value is 28 (11.33% from 255 or 10% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #1C827A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C827A is #E37D85. Grayscale: #626262. Windows color (decimal): -14908806 or 8028700. OLE color: 8028700.

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

Color convert

RGB28130122-
CMYK0.7800.060.49
HSL175.29º64.56%30.98%-
HSV(B)175.29º78.46%50.98%-
XYZ11.9717.6221.18-
YUV98.59141.2177.65-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10%
GREEN value IS 130 (51.17% from 255) = 46.43%
BLUE value IS 122 (48.05% from 255) = 43.57%
R=10%
G=46.43%
B=43.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal281301220.7800.060.49175.2964.5630.98
Hex1C827A4E0631af411f
Octal34202172116066125710137
Binary111001000001011110101001110011011000110101111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c827a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,130,122); }

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

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

 a { background-color: rgb(28,130,122); }

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

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

 span { border-color: rgb(28,130,122); }

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