#1A1D12

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

Shades of Rangoon Green #1A1D12

Tints of Rangoon Green #1A1D12

Color information

#1A1D12 (or 0x1A1D12) is unknown color: approx Rangoon Green. HEX triplet: 1A, 1D and 12. RGB value is (26,29,18). Sum of RGB (Red+Green+Blue) = 26+29+18=73 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.62% from 73); Green value is 29 (11.72% from 255 or 39.73% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 29 - color contains mainly: green. Hex color #1A1D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1D12 is #E5E2ED. Grayscale: #1A1A1A. Windows color (decimal): -15065838 or 1187098. OLE color: 1187098.

HSL color Cylindrical-coordinate representation of color #1A1D12: hue angle of 76.36º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1A1D12 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.89.

Color convert

RGB262918-
CMYK0.1000.380.89
HSL76.36º23.4%9.22%-
HSV(B)76.36º37.93%11.37%-
XYZ0.971.140.74-
YUV26.85123.01127.39-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 35.62%
GREEN value IS 29 (11.72% from 255) = 39.73%
BLUE value IS 18 (7.42% from 255) = 24.66%
R=35.62%
G=39.73%
B=24.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2629180.1000.380.8976.3623.49.22
Hex1A1D12A026594c179
Octal323522120461311142711
Binary1101011101100101010010011010110011001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,29,18); }

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

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

 a { background-color: rgb(26,29,18); }

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

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

 span { border-color: rgb(26,29,18); }

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