#1B6C4E

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

Shades of Jewel #1B6C4E

Tints of Jewel #1B6C4E

Color information

#1B6C4E (or 0x1B6C4E) is unknown color: approx Jewel. HEX triplet: 1B, 6C and 4E. RGB value is (27,108,78). Sum of RGB (Red+Green+Blue) = 27+108+78=213 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.68% from 213); Green value is 108 (42.58% from 255 or 50.70% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 108 - color contains mainly: green. Hex color #1B6C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6C4E is #E493B1. Grayscale: #505050. Windows color (decimal): -14980018 or 5139483. OLE color: 5139483.

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

Color convert

RGB2710878-
CMYK0.7500.280.58
HSL157.78º60%26.47%-
HSV(B)157.78º75%42.35%-
XYZ7.1911.519.05-
YUV80.36126.6689.94-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.68%
GREEN value IS 108 (42.58% from 255) = 50.70%
BLUE value IS 78 (30.86% from 255) = 36.62%
R=12.68%
G=50.70%
B=36.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal27108780.7500.280.58157.786026.47
Hex1B6C4E4B01C3A9e3c1a
Octal33154116113034722367432
Binary110111101100100111010010110111001110101001111011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,108,78); }

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

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

 a { background-color: rgb(27,108,78); }

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

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

 span { border-color: rgb(27,108,78); }

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