#1F2511

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

Shades of Rangoon Green #1F2511

Tints of Rangoon Green #1F2511

Color information

#1F2511 (or 0x1F2511) is unknown color: approx Rangoon Green. HEX triplet: 1F, 25 and 11. RGB value is (31,37,17). Sum of RGB (Red+Green+Blue) = 31+37+17=85 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.47% from 85); Green value is 37 (14.84% from 255 or 43.53% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 37 - color contains mainly: green. Hex color #1F2511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2511 is #E0DAEE. Grayscale: #202020. Windows color (decimal): -14736111 or 1123615. OLE color: 1123615.

HSL color Cylindrical-coordinate representation of color #1F2511: hue angle of 78º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1F2511 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB313717-
CMYK0.1600.540.85
HSL78º37.04%10.59%-
HSV(B)78º54.05%14.51%-
XYZ1.331.650.78-
YUV32.93119.01126.63-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 36.47%
GREEN value IS 37 (14.84% from 255) = 43.53%
BLUE value IS 17 (7.03% from 255) = 20%
R=36.47%
G=43.53%
B=20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3137170.1600.540.857837.0410.59
Hex1F251110036554e25b
Octal374521200661251164513
Binary1111110010110001100000110110101010110011101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,37,17); }

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

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

 a { background-color: rgb(31,37,17); }

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

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

 span { border-color: rgb(31,37,17); }

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