#1F260B

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

Shades of Rangoon Green #1F260B

Tints of Rangoon Green #1F260B

Color information

#1F260B (or 0x1F260B) is unknown color: approx Rangoon Green. HEX triplet: 1F, 26 and 0B. RGB value is (31,38,11). Sum of RGB (Red+Green+Blue) = 31+38+11=80 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.75% from 80); Green value is 38 (15.23% from 255 or 47.5% from 80); Blue value is 11 (4.69% from 255 or 13.75% from 80); Max value from RGB is 38 - color contains mainly: green. Hex color #1F260B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F260B is #E0D9F4. Grayscale: #202020. Windows color (decimal): -14735861 or 730655. OLE color: 730655.

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

Color convert

RGB313811-
CMYK0.1800.710.85
HSL75.56º55.1%9.61%-
HSV(B)75.56º71.05%14.9%-
XYZ1.321.70.58-
YUV32.83115.68126.7-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 38.75%
GREEN value IS 38 (15.23% from 255) = 47.5%
BLUE value IS 11 (4.69% from 255) = 13.75%
R=38.75%
G=47.5%
B=13.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3138110.1800.710.8575.5655.19.61
Hex1F26B12047554c37a
Octal3746132201071251146712
Binary1111110011010111001001000111101010110011001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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