#1F260C

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

Shades of Rangoon Green #1F260C

Tints of Rangoon Green #1F260C

Color information

#1F260C (or 0x1F260C) is unknown color: approx Rangoon Green. HEX triplet: 1F, 26 and 0C. RGB value is (31,38,12). Sum of RGB (Red+Green+Blue) = 31+38+12=81 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.27% from 81); Green value is 38 (15.23% from 255 or 46.91% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 38 - color contains mainly: green. Hex color #1F260C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F260C is #E0D9F3. Grayscale: #212121. Windows color (decimal): -14735860 or 796191. OLE color: 796191.

HSL color Cylindrical-coordinate representation of color #1F260C: hue angle of 76.15º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F260C is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB313812-
CMYK0.1800.680.85
HSL76.15º52%9.8%-
HSV(B)76.15º68.42%14.9%-
XYZ1.321.70.61-
YUV32.94116.18126.61-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 38.27%
GREEN value IS 38 (15.23% from 255) = 46.91%
BLUE value IS 12 (5.08% from 255) = 14.81%
R=38.27%
G=46.91%
B=14.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3138120.1800.680.8576.15529.8
Hex1F26C12044554c34a
Octal3746142201041251146412
Binary1111110011011001001001000100101010110011001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F260C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,38,12); }

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

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

 a { background-color: rgb(31,38,12); }

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

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

 span { border-color: rgb(31,38,12); }

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