#1A1B18

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

Shades of Rangoon Green #1A1B18

Tints of Rangoon Green #1A1B18

Color information

#1A1B18 (or 0x1A1B18) is unknown color: approx Rangoon Green. HEX triplet: 1A, 1B and 18. RGB value is (26,27,24). Sum of RGB (Red+Green+Blue) = 26+27+24=77 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.77% from 77); Green value is 27 (10.94% from 255 or 35.06% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 27 - color contains mainly: green. Hex color #1A1B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1B18 is #E5E4E7. Grayscale: #1A1A1A. Windows color (decimal): -15066344 or 1579802. OLE color: 1579802.

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

Color convert

RGB262724-
CMYK0.0400.110.89
HSL80º5.88%10%-
HSV(B)80º11.11%10.59%-
XYZ0.981.071.02-
YUV26.36126.67127.74-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 33.77%
GREEN value IS 27 (10.94% from 255) = 35.06%
BLUE value IS 24 (9.77% from 255) = 31.17%
R=33.77%
G=35.06%
B=31.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2627240.0400.110.89805.8810
Hex1A1B1840B59506a
Octal3233304013131120612
Binary11010110111100010001011101100110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,27,24); }

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

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

 a { background-color: rgb(26,27,24); }

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

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

 span { border-color: rgb(26,27,24); }

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