#21231D

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

Shades of Rangoon Green #21231D

Tints of Rangoon Green #21231D

Color information

#21231D (or 0x21231D) is unknown color: approx Rangoon Green. HEX triplet: 21, 23 and 1D. RGB value is (33,35,29). Sum of RGB (Red+Green+Blue) = 33+35+29=97 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.02% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 35 - color contains mainly: green. Hex color #21231D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21231D is #DEDCE2. Grayscale: #212121. Windows color (decimal): -14605539 or 1909537. OLE color: 1909537.

HSL color Cylindrical-coordinate representation of color #21231D: hue angle of 80º degrees, saturation: 0.09, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #21231D is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.86.

Color convert

RGB333529-
CMYK0.0600.170.86
HSL80º9.38%12.55%-
HSV(B)80º17.14%13.73%-
XYZ1.451.611.4-
YUV33.72125.34127.49-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.02%
GREEN value IS 35 (14.06% from 255) = 36.08%
BLUE value IS 29 (11.72% from 255) = 29.90%
R=34.02%
G=36.08%
B=29.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3335290.0600.170.86809.3812.55
Hex21231D601156509d
Octal41433560211261201115
Binary100001100011111011100100011010110101000010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21231D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21231D; }

 p { color: rgb(33,35,29); }

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

<style>
 a { background-color: #21231D; }

 a { background-color: rgb(33,35,29); }

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

<style>
 span { border-color: #21231D; }

 span { border-color: rgb(33,35,29); }

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