#1F2413

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

Shades of Rangoon Green #1F2413

Tints of Rangoon Green #1F2413

Color information

#1F2413 (or 0x1F2413) is unknown color: approx Rangoon Green. HEX triplet: 1F, 24 and 13. RGB value is (31,36,19). Sum of RGB (Red+Green+Blue) = 31+36+19=86 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.05% from 86); Green value is 36 (14.45% from 255 or 41.86% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 36 - color contains mainly: green. Hex color #1F2413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2413 is #E0DBEC. Grayscale: #202020. Windows color (decimal): -14736365 or 1254431. OLE color: 1254431.

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

Color convert

RGB313619-
CMYK0.1400.470.86
HSL77.65º30.91%10.78%-
HSV(B)77.65º47.22%14.12%-
XYZ1.311.60.86-
YUV32.57120.34126.88-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 36.05%
GREEN value IS 36 (14.45% from 255) = 41.86%
BLUE value IS 19 (7.81% from 255) = 22.09%
R=36.05%
G=41.86%
B=22.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3136190.1400.470.8677.6530.9110.78
Hex1F2413E02F564e1fb
Octal374423160571261163713
Binary11111100100100111110010111110101101001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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