#212710

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

Shades of Rangoon Green #212710

Tints of Rangoon Green #212710

Color information

#212710 (or 0x212710) is unknown color: approx Rangoon Green. HEX triplet: 21, 27 and 10. RGB value is (33,39,16). Sum of RGB (Red+Green+Blue) = 33+39+16=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 39 (15.62% from 255 or 44.32% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 39 - color contains mainly: green. Hex color #212710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212710 is #DED8EF. Grayscale: #222222. Windows color (decimal): -14604528 or 1058593. OLE color: 1058593.

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

Color convert

RGB333916-
CMYK0.1500.590.85
HSL75.65º41.82%10.78%-
HSV(B)75.65º58.97%15.29%-
XYZ1.451.810.76-
YUV34.58117.51126.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.5%
GREEN value IS 39 (15.62% from 255) = 44.32%
BLUE value IS 16 (6.64% from 255) = 18.18%
R=37.5%
G=44.32%
B=18.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3339160.1500.590.8575.6541.8210.78
Hex212710F03B554c2ab
Octal414720170731251145213
Binary1000011001111000011110111011101010110011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212710; }

 p { color: rgb(33,39,16); }

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

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

 a { background-color: rgb(33,39,16); }

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

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

 span { border-color: rgb(33,39,16); }

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