#1B210B

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

Shades of Rangoon Green #1B210B

Tints of Rangoon Green #1B210B

Color information

#1B210B (or 0x1B210B) is unknown color: approx Rangoon Green. HEX triplet: 1B, 21 and 0B. RGB value is (27,33,11). Sum of RGB (Red+Green+Blue) = 27+33+11=71 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.03% from 71); Green value is 33 (13.28% from 255 or 46.48% from 71); Blue value is 11 (4.69% from 255 or 15.49% from 71); Max value from RGB is 33 - color contains mainly: green. Hex color #1B210B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B210B is #E4DEF4. Grayscale: #1C1C1C. Windows color (decimal): -14999285 or 729371. OLE color: 729371.

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

Color convert

RGB273311-
CMYK0.1800.670.87
HSL76.36º50%8.63%-
HSV(B)76.36º66.67%12.94%-
XYZ1.061.340.52-
YUV28.7118.01126.79-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 38.03%
GREEN value IS 33 (13.28% from 255) = 46.48%
BLUE value IS 11 (4.69% from 255) = 15.49%
R=38.03%
G=46.48%
B=15.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2733110.1800.670.8776.36508.63
Hex1B21B12043574c329
Octal3341132201031271146211
Binary1101110000110111001001000011101011110011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B210B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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