#21280C

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

Shades of Rangoon Green #21280C

Tints of Rangoon Green #21280C

Color information

#21280C (or 0x21280C) is unknown color: approx Rangoon Green. HEX triplet: 21, 28 and 0C. RGB value is (33,40,12). Sum of RGB (Red+Green+Blue) = 33+40+12=85 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.82% from 85); Green value is 40 (16.02% from 255 or 47.06% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 40 - color contains mainly: green. Hex color #21280C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21280C is #DED7F3. Grayscale: #222222. Windows color (decimal): -14604276 or 796705. OLE color: 796705.

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

Color convert

RGB334012-
CMYK0.1700.700.84
HSL75º53.85%10.2%-
HSV(B)75º70%15.69%-
XYZ1.451.870.63-
YUV34.71115.18126.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 38.82%
GREEN value IS 40 (16.02% from 255) = 47.06%
BLUE value IS 12 (5.08% from 255) = 14.12%
R=38.82%
G=47.06%
B=14.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3340120.1700.700.847553.8510.2
Hex2128C11046544b36a
Octal4150142101061241136612
Binary10000110100011001000101000110101010010010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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