#1A2104

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

Shades of Rangoon Green #1A2104

Tints of Rangoon Green #1A2104

Color information

#1A2104 (or 0x1A2104) is unknown color: approx Rangoon Green. HEX triplet: 1A, 21 and 04. RGB value is (26,33,4). Sum of RGB (Red+Green+Blue) = 26+33+4=63 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.27% from 63); Green value is 33 (13.28% from 255 or 52.38% from 63); Blue value is 4 (1.95% from 255 or 6.35% from 63); Max value from RGB is 33 - color contains mainly: green. Hex color #1A2104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2104 is #E5DEFB. Grayscale: #1B1B1B. Windows color (decimal): -15064828 or 270618. OLE color: 270618.

HSL color Cylindrical-coordinate representation of color #1A2104: hue angle of 74.48º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A2104 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.87.

Color convert

RGB26334-
CMYK0.2100.880.87
HSL74.48º78.38%7.25%-
HSV(B)74.48º87.88%12.94%-
XYZ0.991.320.32-
YUV27.6114.68126.86-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 41.27%
GREEN value IS 33 (13.28% from 255) = 52.38%
BLUE value IS 4 (1.95% from 255) = 6.35%
R=41.27%
G=52.38%
B=6.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal263340.2100.880.8774.4878.387.25
Hex1A21415058574a4e7
Octal324142501301271121167
Binary110101000011001010101011000101011110010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,33,4); }

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

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

 a { background-color: rgb(26,33,4); }

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

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

 span { border-color: rgb(26,33,4); }

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