#1B5F47

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

Shades of Jewel #1B5F47

Tints of Jewel #1B5F47

Color information

#1B5F47 (or 0x1B5F47) is unknown color: approx Jewel. HEX triplet: 1B, 5F and 47. RGB value is (27,95,71). Sum of RGB (Red+Green+Blue) = 27+95+71=193 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.99% from 193); Green value is 95 (37.5% from 255 or 49.22% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 95 - color contains mainly: green. Hex color #1B5F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5F47 is #E4A0B8. Grayscale: #474747. Windows color (decimal): -14983353 or 4677403. OLE color: 4677403.

HSL color Cylindrical-coordinate representation of color #1B5F47: hue angle of 158.82º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B5F47 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.63.

Color convert

RGB279571-
CMYK0.7200.250.63
HSL158.82º55.74%23.92%-
HSV(B)158.82º71.58%37.25%-
XYZ5.688.877.37-
YUV71.93127.4795.95-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.99%
GREEN value IS 95 (37.5% from 255) = 49.22%
BLUE value IS 71 (28.12% from 255) = 36.79%
R=13.99%
G=49.22%
B=36.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2795710.7200.250.63158.8255.7423.92
Hex1B5F47480193F9f3818
Octal33137107110031772377030
Binary110111011111100011110010000110011111111001111111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,95,71); }

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

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

 a { background-color: rgb(27,95,71); }

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

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

 span { border-color: rgb(27,95,71); }

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