#21280F

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

Shades of Rangoon Green #21280F

Tints of Rangoon Green #21280F

Color information

#21280F (or 0x21280F) is unknown color: approx Rangoon Green. HEX triplet: 21, 28 and 0F. RGB value is (33,40,15). Sum of RGB (Red+Green+Blue) = 33+40+15=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 40 (16.02% from 255 or 45.45% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 40 - color contains mainly: green. Hex color #21280F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21280F is #DED7F0. Grayscale: #232323. Windows color (decimal): -14604273 or 993313. OLE color: 993313.

HSL color Cylindrical-coordinate representation of color #21280F: hue angle of 76.8º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #21280F is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.84.

Color convert

RGB334015-
CMYK0.1700.620.84
HSL76.8º45.45%10.78%-
HSV(B)76.8º62.5%15.69%-
XYZ1.471.880.74-
YUV35.06116.68126.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.5%
GREEN value IS 40 (16.02% from 255) = 45.45%
BLUE value IS 15 (6.25% from 255) = 17.05%
R=37.5%
G=45.45%
B=17.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3340150.1700.620.8476.845.4510.78
Hex2128F1103E544d2db
Octal415017210761241155513
Binary1000011010001111100010111110101010010011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21280F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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