#1C8742

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

Shades of Salem #1C8742

Tints of Salem #1C8742

Color information

#1C8742 (or 0x1C8742) is unknown color: approx Salem. HEX triplet: 1C, 87 and 42. RGB value is (28,135,66). Sum of RGB (Red+Green+Blue) = 28+135+66=229 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.23% from 229); Green value is 135 (53.12% from 255 or 58.95% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 135 - color contains mainly: green. Hex color #1C8742 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C8742 is #E378BD. Grayscale: #5F5F5F. Windows color (decimal): -14907582 or 4359964. OLE color: 4359964.

HSL color Cylindrical-coordinate representation of color #1C8742: hue angle of 141.31º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C8742 is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB2813566-
CMYK0.7900.510.47
HSL141.31º65.64%31.96%-
HSV(B)141.31º79.26%52.94%-
XYZ10.1317.978.09-
YUV95.14111.5580.11-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.23%
GREEN value IS 135 (53.12% from 255) = 58.95%
BLUE value IS 66 (26.17% from 255) = 28.82%
R=12.23%
G=58.95%
B=28.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal28135660.7900.510.47141.3165.6431.96
Hex1C87424F0332F8d4220
Octal342071021170635721510240
Binary1110010000111100001010011110110011101111100011011000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,135,66); }

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

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

 a { background-color: rgb(28,135,66); }

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

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

 span { border-color: rgb(28,135,66); }

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