#1C6B5F

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

Shades of Blue Stone #1C6B5F

Tints of Blue Stone #1C6B5F

Color information

#1C6B5F (or 0x1C6B5F) is unknown color: approx Blue Stone. HEX triplet: 1C, 6B and 5F. RGB value is (28,107,95). Sum of RGB (Red+Green+Blue) = 28+107+95=230 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.17% from 230); Green value is 107 (42.19% from 255 or 46.52% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 107 - color contains mainly: green. Hex color #1C6B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6B5F is #E394A0. Grayscale: #515151. Windows color (decimal): -14914721 or 6253340. OLE color: 6253340.

HSL color Cylindrical-coordinate representation of color #1C6B5F: hue angle of 170.89º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C6B5F is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB2810795-
CMYK0.7400.110.58
HSL170.89º58.52%26.47%-
HSV(B)170.89º73.83%41.96%-
XYZ7.811.5912.65-
YUV82.01135.3389.48-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.17%
GREEN value IS 107 (42.19% from 255) = 46.52%
BLUE value IS 95 (37.5% from 255) = 41.30%
R=12.17%
G=46.52%
B=41.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal28107950.7400.110.58170.8958.5226.47
Hex1C6B5F4A0B3Aab3b1a
Octal34153137112013722537332
Binary11100110101110111111001010010111110101010101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,107,95); }

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

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

 a { background-color: rgb(28,107,95); }

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

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

 span { border-color: rgb(28,107,95); }

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