#21241B

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

Shades of Rangoon Green #21241B

Tints of Rangoon Green #21241B

Color information

#21241B (or 0x21241B) is unknown color: approx Rangoon Green. HEX triplet: 21, 24 and 1B. RGB value is (33,36,27). Sum of RGB (Red+Green+Blue) = 33+36+27=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 36 (14.45% from 255 or 37.5% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 36 - color contains mainly: green. Hex color #21241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21241B is #DEDBE4. Grayscale: #222222. Windows color (decimal): -14605285 or 1778721. OLE color: 1778721.

HSL color Cylindrical-coordinate representation of color #21241B: hue angle of 80º degrees, saturation: 0.14, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #21241B is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.86.

Color convert

RGB333627-
CMYK0.0800.250.86
HSL80º14.29%12.35%-
HSV(B)80º25%14.12%-
XYZ1.461.661.28-
YUV34.08124.01127.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.38%
GREEN value IS 36 (14.45% from 255) = 37.5%
BLUE value IS 27 (10.94% from 255) = 28.12%
R=34.38%
G=37.5%
B=28.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3336270.0800.250.868014.2912.35
Hex21241B80195650ec
Octal414433100311261201614
Binary1000011001001101110000110011010110101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,36,27); }

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

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

 a { background-color: rgb(33,36,27); }

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

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

 span { border-color: rgb(33,36,27); }

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