#1F2412

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

Shades of Rangoon Green #1F2412

Tints of Rangoon Green #1F2412

Color information

#1F2412 (or 0x1F2412) is unknown color: approx Rangoon Green. HEX triplet: 1F, 24 and 12. RGB value is (31,36,18). Sum of RGB (Red+Green+Blue) = 31+36+18=85 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.47% from 85); Green value is 36 (14.45% from 255 or 42.35% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 36 - color contains mainly: green. Hex color #1F2412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2412 is #E0DBED. Grayscale: #202020. Windows color (decimal): -14736366 or 1188895. OLE color: 1188895.

HSL color Cylindrical-coordinate representation of color #1F2412: hue angle of 76.67º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1F2412 is Cyan = 0.14, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.86.

Color convert

RGB313618-
CMYK0.1400.50.86
HSL76.67º33.33%10.59%-
HSV(B)76.67º50%14.12%-
XYZ1.311.60.81-
YUV32.45119.84126.96-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 36.47%
GREEN value IS 36 (14.45% from 255) = 42.35%
BLUE value IS 18 (7.42% from 255) = 21.18%
R=36.47%
G=42.35%
B=21.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3136180.1400.50.8676.6733.3310.59
Hex1F2412E032564d21b
Octal374422160621261154113
Binary111111001001001011100110010101011010011011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,36,18); }

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

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

 a { background-color: rgb(31,36,18); }

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

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

 span { border-color: rgb(31,36,18); }

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