Html Css Color HEX #1C857A Elm

📋 copy color: '#1C857A'

red 28 ◦ green 133 ◦ blue 122

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

Shades of Elm #1C857A

Tints of Elm #1C857A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47%

 BLUE value IS 122 (48.05% from 255) = 43.11%

R = 9.89%
G = 47%
B = 43.11%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#1C857A (or 0x1C857A) is known color: Elm. HEX triplet: 1C, 85 and 7A. RGB value is (28,133,122). Sum of RGB (Red+Green+Blue) = 28+133+122=283 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.89% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #1C857A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C857A is #E37A85. Grayscale: #646464. Windows color (decimal): -14908038 or 8029468. OLE color: 8029468.

HSL color Cylindrical-coordinate representation of color #1C857A: hue angle of 173.71º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C857A is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 28 133 122 -
CMYK 0.79 0 0.08 0.48
HSL 173.71º 0.65% 0.32% -
HSV(B) 173.71º 0.79% 0.52% -
XYZ 12.38 18.43 21.32 -
YUV 100.35 140.21 76.39 -
System Red Green Blue C M Y K H S L
Decimal 28 133 122 0.79 0 0.08 0.48 173.71 0.65 0.32
Hex 1C 85 7A 4F 0 8 30 AE 41 20
Octal 34 205 172 117 0 10 60 256 101 40
Binary 11100 10000101 1111010 1001111 0 1000 110000 10101110 1000001 100000

Color Harmonies of #1C857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C857A

Black with #1C857A

Text Example


Text Example

White with #1C857A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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