Html Css Color HEX #1C6B5F Blue Stone

📋 copy color: '#1C6B5F'

red 28 ◦ green 107 ◦ blue 95

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

Shades of Blue Stone #1C6B5F

Tints of Blue Stone #1C6B5F

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.3%

R = 12.17%
G = 46.52%
B = 41.3%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#1C6B5F (or 0x1C6B5F) is known color: 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

RGB 28 107 95 -
CMYK 0.74 0 0.11 0.58
HSL 170.89º 0.59% 0.26% -
HSV(B) 170.89º 0.74% 0.42% -
XYZ 7.8 11.59 12.65 -
YUV 82.01 135.33 89.48 -
System Red Green Blue C M Y K H S L
Decimal 28 107 95 0.74 0 0.11 0.58 170.89 0.59 0.26
Hex 1C 6B 5F 4A 0 B 3A AB 3B 1A
Octal 34 153 137 112 0 13 72 253 73 32
Binary 11100 1101011 1011111 1001010 0 1011 111010 10101011 111011 11010

Color Harmonies of #1C6B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6B5F

Black with #1C6B5F

Text Example


Text Example

White with #1C6B5F

Text Example


Text Example

HTML Codes & Css Web 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>