#212613

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

Shades of Rangoon Green #212613

Tints of Rangoon Green #212613

Color information

#212613 (or 0x212613) is unknown color: approx Rangoon Green. HEX triplet: 21, 26 and 13. RGB value is (33,38,19). Sum of RGB (Red+Green+Blue) = 33+38+19=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 38 (15.23% from 255 or 42.22% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 38 - color contains mainly: green. Hex color #212613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212613 is #DED9EC. Grayscale: #222222. Windows color (decimal): -14604781 or 1254945. OLE color: 1254945.

HSL color Cylindrical-coordinate representation of color #212613: hue angle of 75.79º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #212613 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.85.

Color convert

RGB333819-
CMYK0.1300.500.85
HSL75.79º33.33%11.18%-
HSV(B)75.79º50%14.9%-
XYZ1.441.760.88-
YUV34.34119.34127.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 36.67%
GREEN value IS 38 (15.23% from 255) = 42.22%
BLUE value IS 19 (7.81% from 255) = 21.11%
R=36.67%
G=42.22%
B=21.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3338190.1300.500.8575.7933.3311.18
Hex212613D032554c21b
Octal414623150621251144113
Binary1000011001101001111010110010101010110011001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212613; }

 p { color: rgb(33,38,19); }

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

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

 a { background-color: rgb(33,38,19); }

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

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

 span { border-color: rgb(33,38,19); }

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