#21290C

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

Shades of Rangoon Green #21290C

Tints of Rangoon Green #21290C

Color information

#21290C (or 0x21290C) is unknown color: approx Rangoon Green. HEX triplet: 21, 29 and 0C. RGB value is (33,41,12). Sum of RGB (Red+Green+Blue) = 33+41+12=86 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.37% from 86); Green value is 41 (16.41% from 255 or 47.67% from 86); Blue value is 12 (5.08% from 255 or 13.95% from 86); Max value from RGB is 41 - color contains mainly: green. Hex color #21290C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21290C is #DED6F3. Grayscale: #232323. Windows color (decimal): -14604020 or 796961. OLE color: 796961.

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

Color convert

RGB334112-
CMYK0.2000.710.84
HSL76.55º54.72%10.39%-
HSV(B)76.55º70.73%16.08%-
XYZ1.491.940.64-
YUV35.3114.85126.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 38.37%
GREEN value IS 41 (16.41% from 255) = 47.67%
BLUE value IS 12 (5.08% from 255) = 13.95%
R=38.37%
G=47.67%
B=13.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3341120.2000.710.8476.5554.7210.39
Hex2129C14047544d37a
Octal4151142401071241156712
Binary10000110100111001010001000111101010010011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21290C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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