#1B1D15

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

Shades of Rangoon Green #1B1D15

Tints of Rangoon Green #1B1D15

Color information

#1B1D15 (or 0x1B1D15) is unknown color: approx Rangoon Green. HEX triplet: 1B, 1D and 15. RGB value is (27,29,21). Sum of RGB (Red+Green+Blue) = 27+29+21=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 29 (11.72% from 255 or 37.66% from 77); Blue value is 21 (8.59% from 255 or 27.27% from 77); Max value from RGB is 29 - color contains mainly: green. Hex color #1B1D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1D15 is #E4E2EA. Grayscale: #1B1B1B. Windows color (decimal): -15000299 or 1383707. OLE color: 1383707.

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

Color convert

RGB272921-
CMYK0.0700.280.89
HSL75º16%9.8%-
HSV(B)75º27.59%11.37%-
XYZ1.031.170.88-
YUV27.49124.34127.65-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 35.06%
GREEN value IS 29 (11.72% from 255) = 37.66%
BLUE value IS 21 (8.59% from 255) = 27.27%
R=35.06%
G=37.66%
B=27.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2729210.0700.280.8975169.8
Hex1B1D15701C594b10a
Octal33352570341311132012
Binary11011111011010111101110010110011001011100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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