#21280E

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

Shades of Rangoon Green #21280E

Tints of Rangoon Green #21280E

Color information

#21280E (or 0x21280E) is unknown color: approx Rangoon Green. HEX triplet: 21, 28 and 0E. RGB value is (33,40,14). Sum of RGB (Red+Green+Blue) = 33+40+14=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 40 (16.02% from 255 or 45.98% from 87); Blue value is 14 (5.86% from 255 or 16.09% from 87); Max value from RGB is 40 - color contains mainly: green. Hex color #21280E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21280E is #DED7F1. Grayscale: #232323. Windows color (decimal): -14604274 or 927777. OLE color: 927777.

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

Color convert

RGB334014-
CMYK0.1700.650.84
HSL76.15º48.15%10.59%-
HSV(B)76.15º65%15.69%-
XYZ1.471.870.7-
YUV34.94116.18126.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.93%
GREEN value IS 40 (16.02% from 255) = 45.98%
BLUE value IS 14 (5.86% from 255) = 16.09%
R=37.93%
G=45.98%
B=16.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3340140.1700.650.8476.1548.1510.59
Hex2128E11041544c30b
Octal4150162101011241146013
Binary10000110100011101000101000001101010010011001100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21280E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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