#1B200C

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

Shades of Rangoon Green #1B200C

Tints of Rangoon Green #1B200C

Color information

#1B200C (or 0x1B200C) is unknown color: approx Rangoon Green. HEX triplet: 1B, 20 and 0C. RGB value is (27,32,12). Sum of RGB (Red+Green+Blue) = 27+32+12=71 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.03% from 71); Green value is 32 (12.89% from 255 or 45.07% from 71); Blue value is 12 (5.08% from 255 or 16.90% from 71); Max value from RGB is 32 - color contains mainly: green. Hex color #1B200C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B200C is #E4DFF3. Grayscale: #1C1C1C. Windows color (decimal): -14999540 or 794651. OLE color: 794651.

HSL color Cylindrical-coordinate representation of color #1B200C: hue angle of 75º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1B200C is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.87.

Color convert

RGB273212-
CMYK0.1600.630.87
HSL75º45.45%8.63%-
HSV(B)75º62.5%12.55%-
XYZ1.031.290.54-
YUV28.22118.84127.13-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 38.03%
GREEN value IS 32 (12.89% from 255) = 45.07%
BLUE value IS 12 (5.08% from 255) = 16.90%
R=38.03%
G=45.07%
B=16.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2732120.1600.630.877545.458.63
Hex1B20C1003F574b2d9
Octal334014200771271135511
Binary110111000001100100000111111101011110010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,32,12); }

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

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

 a { background-color: rgb(27,32,12); }

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

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

 span { border-color: rgb(27,32,12); }

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