#1B1D16

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

Shades of Rangoon Green #1B1D16

Tints of Rangoon Green #1B1D16

Color information

#1B1D16 (or 0x1B1D16) is unknown color: approx Rangoon Green. HEX triplet: 1B, 1D and 16. RGB value is (27,29,22). Sum of RGB (Red+Green+Blue) = 27+29+22=78 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.62% from 78); Green value is 29 (11.72% from 255 or 37.18% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 29 - color contains mainly: green. Hex color #1B1D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1D16 is #E4E2E9. Grayscale: #1B1B1B. Windows color (decimal): -15000298 or 1449243. OLE color: 1449243.

HSL color Cylindrical-coordinate representation of color #1B1D16: hue angle of 77.14º degrees, saturation: 0.14, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #1B1D16 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.89.

Color convert

RGB272922-
CMYK0.0700.240.89
HSL77.14º13.73%10%-
HSV(B)77.14º24.14%11.37%-
XYZ1.041.170.93-
YUV27.6124.84127.57-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 34.62%
GREEN value IS 29 (11.72% from 255) = 37.18%
BLUE value IS 22 (8.98% from 255) = 28.21%
R=34.62%
G=37.18%
B=28.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2729220.0700.240.8977.1413.7310
Hex1B1D167018594dea
Octal33352670301311151612
Binary1101111101101101110110001011001100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,29,22); }

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

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

 a { background-color: rgb(27,29,22); }

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

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

 span { border-color: rgb(27,29,22); }

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