#202514

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

Shades of Rangoon Green #202514

Tints of Rangoon Green #202514

Color information

#202514 (or 0x202514) is unknown color: approx Rangoon Green. HEX triplet: 20, 25 and 14. RGB value is (32,37,20). Sum of RGB (Red+Green+Blue) = 32+37+20=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 37 (14.84% from 255 or 41.57% from 89); Blue value is 20 (8.20% from 255 or 22.47% from 89); Max value from RGB is 37 - color contains mainly: green. Hex color #202514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202514 is #DFDAEB. Grayscale: #212121. Windows color (decimal): -14670572 or 1320224. OLE color: 1320224.

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

Color convert

RGB323720-
CMYK0.1400.460.85
HSL77.65º29.82%11.18%-
HSV(B)77.65º45.95%14.51%-
XYZ1.381.680.91-
YUV33.57120.34126.88-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 35.96%
GREEN value IS 37 (14.84% from 255) = 41.57%
BLUE value IS 20 (8.20% from 255) = 22.47%
R=35.96%
G=41.57%
B=22.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3237200.1400.460.8577.6529.8211.18
Hex202514E02E554e1eb
Octal404524160561251163613
Binary100000100101101001110010111010101011001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202514; }

 p { color: rgb(32,37,20); }

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

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

 a { background-color: rgb(32,37,20); }

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

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

 span { border-color: rgb(32,37,20); }

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