#1B200B

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

Shades of Rangoon Green #1B200B

Tints of Rangoon Green #1B200B

Color information

#1B200B (or 0x1B200B) is unknown color: approx Rangoon Green. HEX triplet: 1B, 20 and 0B. RGB value is (27,32,11). Sum of RGB (Red+Green+Blue) = 27+32+11=70 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.57% from 70); Green value is 32 (12.89% from 255 or 45.71% from 70); Blue value is 11 (4.69% from 255 or 15.71% from 70); Max value from RGB is 32 - color contains mainly: green. Hex color #1B200B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B200B is #E4DFF4. Grayscale: #1C1C1C. Windows color (decimal): -14999541 or 729115. OLE color: 729115.

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

Color convert

RGB273211-
CMYK0.1600.660.87
HSL74.29º48.84%8.43%-
HSV(B)74.29º65.62%12.55%-
XYZ1.031.290.51-
YUV28.11118.34127.21-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 38.57%
GREEN value IS 32 (12.89% from 255) = 45.71%
BLUE value IS 11 (4.69% from 255) = 15.71%
R=38.57%
G=45.71%
B=15.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2732110.1600.660.8774.2948.848.43
Hex1B20B10042574a318
Octal3340132001021271126110
Binary1101110000010111000001000010101011110010101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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