Html Css Color HEX #1C8375 Elm

📋 copy color: '#1C8375'

red 28 ◦ green 131 ◦ blue 117

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

Shades of Elm #1C8375

Tints of Elm #1C8375

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.46%

 BLUE value IS 117 (46.09% from 255) = 42.39%

R = 10.14%
G = 47.46%
B = 42.39%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#1C8375 (or 0x1C8375) is known color: Elm. HEX triplet: 1C, 83 and 75. RGB value is (28,131,117). Sum of RGB (Red+Green+Blue) = 28+131+117=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 131 (51.56% from 255 or 47.46% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 131 - color contains mainly: green. Hex color #1C8375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8375 is #E37C8A. Grayscale: #626262. Windows color (decimal): -14908555 or 7701276. OLE color: 7701276.

HSL color Cylindrical-coordinate representation of color #1C8375: hue angle of 171.84º 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 #1C8375 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 28 131 117 -
CMYK 0.79 0 0.11 0.49
HSL 171.84º 0.65% 0.31% -
HSV(B) 171.84º 0.79% 0.51% -
XYZ 11.81 17.76 19.64 -
YUV 98.61 138.38 77.64 -
System Red Green Blue C M Y K H S L
Decimal 28 131 117 0.79 0 0.11 0.49 171.84 0.65 0.31
Hex 1C 83 75 4F 0 B 31 AC 41 1F
Octal 34 203 165 117 0 13 61 254 101 37
Binary 11100 10000011 1110101 1001111 0 1011 110001 10101100 1000001 11111

Color Harmonies of #1C8375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8375

Black with #1C8375

Text Example


Text Example

White with #1C8375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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