#21280B

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

Shades of Rangoon Green #21280B

Tints of Rangoon Green #21280B

Color information

#21280B (or 0x21280B) is unknown color: approx Rangoon Green. HEX triplet: 21, 28 and 0B. RGB value is (33,40,11). Sum of RGB (Red+Green+Blue) = 33+40+11=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 40 (16.02% from 255 or 47.62% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 40 - color contains mainly: green. Hex color #21280B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21280B is #DED7F4. Grayscale: #222222. Windows color (decimal): -14604277 or 731169. OLE color: 731169.

HSL color Cylindrical-coordinate representation of color #21280B: hue angle of 74.48º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21280B is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.84.

Color convert

RGB334011-
CMYK0.1700.720.84
HSL74.48º56.86%10%-
HSV(B)74.48º72.5%15.69%-
XYZ1.451.870.6-
YUV34.6114.68126.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 39.29%
GREEN value IS 40 (16.02% from 255) = 47.62%
BLUE value IS 11 (4.69% from 255) = 13.10%
R=39.29%
G=47.62%
B=13.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3340110.1700.720.8474.4856.8610
Hex2128B11048544a39a
Octal4150132101101241127112
Binary10000110100010111000101001000101010010010101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21280B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21280B; }

 p { color: rgb(33,40,11); }

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

<style>
 a { background-color: #21280B; }

 a { background-color: rgb(33,40,11); }

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

<style>
 span { border-color: #21280B; }

 span { border-color: rgb(33,40,11); }

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