#202825

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

Shades of Racing Green #202825

Tints of Racing Green #202825

Color information

#202825 (or 0x202825) is unknown color: approx Racing Green. HEX triplet: 20, 28 and 25. RGB value is (32,40,37). Sum of RGB (Red+Green+Blue) = 32+40+37=109 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.36% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 40 - color contains mainly: green. Hex color #202825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202825 is #DFD7DA. Grayscale: #252525. Windows color (decimal): -14669787 or 2435104. OLE color: 2435104.

HSL color Cylindrical-coordinate representation of color #202825: hue angle of 157.5º degrees, saturation: 0.11, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #202825 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB324037-
CMYK0.2000.070.84
HSL157.5º11.11%14.12%-
HSV(B)157.5º20%15.69%-
XYZ1.691.962.04-
YUV37.27127.85124.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 29.36%
GREEN value IS 40 (16.02% from 255) = 36.70%
BLUE value IS 37 (14.84% from 255) = 33.94%
R=29.36%
G=36.70%
B=33.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3240370.2000.070.84157.511.1114.12
Hex2028251407549dbe
Octal40504524071242351316
Binary10000010100010010110100011110101001001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202825; }

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

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

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

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

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

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

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

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