#1B1C18

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

Shades of Rangoon Green #1B1C18

Tints of Rangoon Green #1B1C18

Color information

#1B1C18 (or 0x1B1C18) is unknown color: approx Rangoon Green. HEX triplet: 1B, 1C and 18. RGB value is (27,28,24). Sum of RGB (Red+Green+Blue) = 27+28+24=79 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.18% from 79); Green value is 28 (11.33% from 255 or 35.44% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 28 - color contains mainly: green. Hex color #1B1C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1C18 is #E4E3E7. Grayscale: #1B1B1B. Windows color (decimal): -15000552 or 1580059. OLE color: 1580059.

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

Color convert

RGB272824-
CMYK0.0400.140.89
HSL75º7.69%10.2%-
HSV(B)75º14.29%10.98%-
XYZ1.031.131.03-
YUV27.24126.17127.83-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 34.18%
GREEN value IS 28 (11.33% from 255) = 35.44%
BLUE value IS 24 (9.77% from 255) = 30.38%
R=34.18%
G=35.44%
B=30.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2728240.0400.140.89757.6910.2
Hex1B1C1840E594b8a
Octal33343040161311131012
Binary110111110011000100011101011001100101110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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