#202512

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

Shades of Rangoon Green #202512

Tints of Rangoon Green #202512

Color information

#202512 (or 0x202512) is unknown color: approx Rangoon Green. HEX triplet: 20, 25 and 12. RGB value is (32,37,18). Sum of RGB (Red+Green+Blue) = 32+37+18=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 37 (14.84% from 255 or 42.53% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 37 - color contains mainly: green. Hex color #202512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202512 is #DFDAED. Grayscale: #212121. Windows color (decimal): -14670574 or 1189152. OLE color: 1189152.

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

Color convert

RGB323718-
CMYK0.1400.510.85
HSL75.79º34.55%10.78%-
HSV(B)75.79º51.35%14.51%-
XYZ1.371.670.82-
YUV33.34119.34127.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 36.78%
GREEN value IS 37 (14.84% from 255) = 42.53%
BLUE value IS 18 (7.42% from 255) = 20.69%
R=36.78%
G=42.53%
B=20.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3237180.1400.510.8575.7934.5510.78
Hex202512E033554c23b
Octal404522160631251144313
Binary1000001001011001011100110011101010110011001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202512; }

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

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

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

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

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

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

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

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