#1A2201

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

Shades of Rangoon Green #1A2201

Tints of Rangoon Green #1A2201

Color information

#1A2201 (or 0x1A2201) is unknown color: approx Rangoon Green. HEX triplet: 1A, 22 and 01. RGB value is (26,34,1). Sum of RGB (Red+Green+Blue) = 26+34+1=61 (8% of max value = 765). Red value is 26 (10.55% from 255 or 42.62% from 61); Green value is 34 (13.67% from 255 or 55.74% from 61); Blue value is 1 (0.78% from 255 or 1.64% from 61); Max value from RGB is 34 - color contains mainly: green. Hex color #1A2201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2201 is #E5DDFE. Grayscale: #1B1B1B. Windows color (decimal): -15064575 or 74266. OLE color: 74266.

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

Color convert

RGB26341-
CMYK0.2400.970.87
HSL74.55º94.29%6.86%-
HSV(B)74.55º97.06%13.33%-
XYZ11.370.24-
YUV27.85112.85126.68-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 42.62%
GREEN value IS 34 (13.67% from 255) = 55.74%
BLUE value IS 1 (0.78% from 255) = 1.64%
R=42.62%
G=55.74%
B=1.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal263410.2400.970.8774.5594.296.86
Hex1A22118061574b5e7
Octal324213001411271131367
Binary1101010001011100001100001101011110010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,34,1); }

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

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

 a { background-color: rgb(26,34,1); }

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

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

 span { border-color: rgb(26,34,1); }

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