#1A1F0E

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

Shades of Rangoon Green #1A1F0E

Tints of Rangoon Green #1A1F0E

Color information

#1A1F0E (or 0x1A1F0E) is unknown color: approx Rangoon Green. HEX triplet: 1A, 1F and 0E. RGB value is (26,31,14). Sum of RGB (Red+Green+Blue) = 26+31+14=71 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.62% from 71); Green value is 31 (12.5% from 255 or 43.66% from 71); Blue value is 14 (5.86% from 255 or 19.72% from 71); Max value from RGB is 31 - color contains mainly: green. Hex color #1A1F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1F0E is #E5E0F1. Grayscale: #1B1B1B. Windows color (decimal): -15065330 or 925466. OLE color: 925466.

HSL color Cylindrical-coordinate representation of color #1A1F0E: hue angle of 77.65º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1A1F0E is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.88.

Color convert

RGB263114-
CMYK0.1600.550.88
HSL77.65º37.78%8.82%-
HSV(B)77.65º54.84%12.16%-
XYZ11.230.6-
YUV27.57120.34126.88-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 36.62%
GREEN value IS 31 (12.5% from 255) = 43.66%
BLUE value IS 14 (5.86% from 255) = 19.72%
R=36.62%
G=43.66%
B=19.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2631140.1600.550.8877.6537.788.82
Hex1A1FE10037584e269
Octal323716200671301164611
Binary11010111111110100000110111101100010011101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,31,14); }

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

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

 a { background-color: rgb(26,31,14); }

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

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

 span { border-color: rgb(26,31,14); }

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