#21290A

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

Shades of Rangoon Green #21290A

Tints of Rangoon Green #21290A

Color information

#21290A (or 0x21290A) is unknown color: approx Rangoon Green. HEX triplet: 21, 29 and 0A. RGB value is (33,41,10). Sum of RGB (Red+Green+Blue) = 33+41+10=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 41 (16.41% from 255 or 48.81% from 84); Blue value is 10 (4.30% from 255 or 11.90% from 84); Max value from RGB is 41 - color contains mainly: green. Hex color #21290A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21290A is #DED6F5. Grayscale: #232323. Windows color (decimal): -14604022 or 665889. OLE color: 665889.

HSL color Cylindrical-coordinate representation of color #21290A: hue angle of 75.48º degrees, saturation: 0.61, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21290A is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.84.

Color convert

RGB334110-
CMYK0.2000.760.84
HSL75.48º60.78%10%-
HSV(B)75.48º75.61%16.08%-
XYZ1.471.930.58-
YUV35.07113.85126.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 39.29%
GREEN value IS 41 (16.41% from 255) = 48.81%
BLUE value IS 10 (4.30% from 255) = 11.90%
R=39.29%
G=48.81%
B=11.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3341100.2000.760.8475.4860.7810
Hex2129A1404C544b3da
Octal4151122401141241137512
Binary10000110100110101010001001100101010010010111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21290A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21290A; }

 p { color: rgb(33,41,10); }

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

<style>
 a { background-color: #21290A; }

 a { background-color: rgb(33,41,10); }

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

<style>
 span { border-color: #21290A; }

 span { border-color: rgb(33,41,10); }

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