#1B200F

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

Shades of Rangoon Green #1B200F

Tints of Rangoon Green #1B200F

Color information

#1B200F (or 0x1B200F) is unknown color: approx Rangoon Green. HEX triplet: 1B, 20 and 0F. RGB value is (27,32,15). Sum of RGB (Red+Green+Blue) = 27+32+15=74 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.49% from 74); Green value is 32 (12.89% from 255 or 43.24% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 32 - color contains mainly: green. Hex color #1B200F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B200F is #E4DFF0. Grayscale: #1C1C1C. Windows color (decimal): -14999537 or 991259. OLE color: 991259.

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

Color convert

RGB273215-
CMYK0.1600.530.87
HSL77.65º36.17%9.22%-
HSV(B)77.65º53.12%12.55%-
XYZ1.051.30.65-
YUV28.57120.34126.88-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 36.49%
GREEN value IS 32 (12.89% from 255) = 43.24%
BLUE value IS 15 (6.25% from 255) = 20.27%
R=36.49%
G=43.24%
B=20.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2732150.1600.530.8777.6536.179.22
Hex1B20F10035574e249
Octal334017200651271164411
Binary110111000001111100000110101101011110011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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