Html Css Color HEX #1A2201 Rangoon Green

📋 copy color: '#1A2201'

red 26 ◦ green 34 ◦ blue 1

#1A2201
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rangoon Green #1A2201

Tints of Rangoon Green #1A2201

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 value IS 0.24

 M value IS 0

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#1A2201 (or 0x1A2201) is known color: 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

RGB 26 34 1 -
CMYK 0.24 0 0.97 0.87
HSL 74.55º 0.94% 0.07% -
HSV(B) 74.55º 0.97% 0.13% -
XYZ 1 1.37 0.24 -
YUV 27.85 112.85 126.68 -
System Red Green Blue C M Y K H S L
Decimal 26 34 1 0.24 0 0.97 0.87 74.55 0.94 0.07
Hex 1A 22 1 18 0 61 57 4B 5E 7
Octal 32 42 1 30 0 141 127 113 136 7
Binary 11010 100010 1 11000 0 1100001 1010111 1001011 1011110 111

Color Harmonies of #1A2201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A2201

Black with #1A2201

Text Example


Text Example

White with #1A2201

Text Example


Text Example

HTML Codes & Css Web 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>