#1F260A

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

Shades of Rangoon Green #1F260A

Tints of Rangoon Green #1F260A

Color information

#1F260A (or 0x1F260A) is unknown color: approx Rangoon Green. HEX triplet: 1F, 26 and 0A. RGB value is (31,38,10). Sum of RGB (Red+Green+Blue) = 31+38+10=79 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.24% from 79); Green value is 38 (15.23% from 255 or 48.10% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 38 - color contains mainly: green. Hex color #1F260A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F260A is #E0D9F5. Grayscale: #202020. Windows color (decimal): -14735862 or 665119. OLE color: 665119.

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

Color convert

RGB313810-
CMYK0.1800.740.85
HSL75º58.33%9.41%-
HSV(B)75º73.68%14.9%-
XYZ1.311.70.55-
YUV32.71115.18126.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 39.24%
GREEN value IS 38 (15.23% from 255) = 48.10%
BLUE value IS 10 (4.30% from 255) = 12.66%
R=39.24%
G=48.10%
B=12.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3138100.1800.740.857558.339.41
Hex1F26A1204A554b3a9
Octal3746122201121251137211
Binary1111110011010101001001001010101010110010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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