#1F2119

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

Shades of Rangoon Green #1F2119

Tints of Rangoon Green #1F2119

Color information

#1F2119 (or 0x1F2119) is unknown color: approx Rangoon Green. HEX triplet: 1F, 21 and 19. RGB value is (31,33,25). Sum of RGB (Red+Green+Blue) = 31+33+25=89 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.83% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 25 (10.16% from 255 or 28.09% from 89); Max value from RGB is 33 - color contains mainly: green. Hex color #1F2119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2119 is #E0DEE6. Grayscale: #1F1F1F. Windows color (decimal): -14737127 or 1646879. OLE color: 1646879.

HSL color Cylindrical-coordinate representation of color #1F2119: hue angle of 75º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #1F2119 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.87.

Color convert

RGB313325-
CMYK0.0600.240.87
HSL75º13.79%11.37%-
HSV(B)75º24.24%12.94%-
XYZ1.281.451.13-
YUV31.49124.34127.65-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 34.83%
GREEN value IS 33 (13.28% from 255) = 37.08%
BLUE value IS 25 (10.16% from 255) = 28.09%
R=34.83%
G=37.08%
B=28.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3133250.0600.240.877513.7911.37
Hex1F21196018574beb
Octal37413160301271131613
Binary11111100001110011100110001010111100101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,33,25); }

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

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

 a { background-color: rgb(31,33,25); }

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

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

 span { border-color: rgb(31,33,25); }

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