#1B6848

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

Shades of Jewel #1B6848

Tints of Jewel #1B6848

Color information

#1B6848 (or 0x1B6848) is unknown color: approx Jewel. HEX triplet: 1B, 68 and 48. RGB value is (27,104,72). Sum of RGB (Red+Green+Blue) = 27+104+72=203 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.30% from 203); Green value is 104 (41.02% from 255 or 51.23% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 104 - color contains mainly: green. Hex color #1B6848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6848 is #E497B7. Grayscale: #4D4D4D. Windows color (decimal): -14981048 or 4745243. OLE color: 4745243.

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

Color convert

RGB2710472-
CMYK0.7400.310.59
HSL155.06º58.78%25.69%-
HSV(B)155.06º74.04%40.78%-
XYZ6.5710.67.83-
YUV77.33124.9992.1-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.30%
GREEN value IS 104 (41.02% from 255) = 51.23%
BLUE value IS 72 (28.52% from 255) = 35.47%
R=13.30%
G=51.23%
B=35.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal27104720.7400.310.59155.0658.7825.69
Hex1B68484A01F3B9b3b1a
Octal33150110112037732337332
Binary110111101000100100010010100111111110111001101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,104,72); }

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

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

 a { background-color: rgb(27,104,72); }

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

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

 span { border-color: rgb(27,104,72); }

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