#21241A

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

Shades of Rangoon Green #21241A

Tints of Rangoon Green #21241A

Color information

#21241A (or 0x21241A) is unknown color: approx Rangoon Green. HEX triplet: 21, 24 and 1A. RGB value is (33,36,26). Sum of RGB (Red+Green+Blue) = 33+36+26=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 36 (14.45% from 255 or 37.89% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 36 - color contains mainly: green. Hex color #21241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21241A is #DEDBE5. Grayscale: #222222. Windows color (decimal): -14605286 or 1713185. OLE color: 1713185.

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

Color convert

RGB333626-
CMYK0.0800.280.86
HSL78º16.13%12.16%-
HSV(B)78º27.78%14.12%-
XYZ1.441.661.22-
YUV33.96123.51127.31-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.74%
GREEN value IS 36 (14.45% from 255) = 37.89%
BLUE value IS 26 (10.55% from 255) = 27.37%
R=34.74%
G=37.89%
B=27.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3336260.0800.280.867816.1312.16
Hex21241A801C564e10c
Octal414432100341261162014
Binary10000110010011010100001110010101101001110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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