#1B200E

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

Shades of Rangoon Green #1B200E

Tints of Rangoon Green #1B200E

Color information

#1B200E (or 0x1B200E) is unknown color: approx Rangoon Green. HEX triplet: 1B, 20 and 0E. RGB value is (27,32,14). Sum of RGB (Red+Green+Blue) = 27+32+14=73 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.99% from 73); Green value is 32 (12.89% from 255 or 43.84% from 73); Blue value is 14 (5.86% from 255 or 19.18% from 73); Max value from RGB is 32 - color contains mainly: green. Hex color #1B200E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B200E is #E4DFF1. Grayscale: #1C1C1C. Windows color (decimal): -14999538 or 925723. OLE color: 925723.

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

Color convert

RGB273214-
CMYK0.1600.560.87
HSL76.67º39.13%9.02%-
HSV(B)76.67º56.25%12.55%-
XYZ1.051.30.61-
YUV28.45119.84126.96-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 36.99%
GREEN value IS 32 (12.89% from 255) = 43.84%
BLUE value IS 14 (5.86% from 255) = 19.18%
R=36.99%
G=43.84%
B=19.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2732140.1600.560.8776.6739.139.02
Hex1B20E10038574d279
Octal334016200701271154711
Binary110111000001110100000111000101011110011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B200E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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