Html Css Color HEX #202825 Racing Green

📋 copy color: '#202825'

red 32 ◦ green 40 ◦ blue 37

#202825
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Racing Green #202825

Tints of Racing Green #202825

RGB

 RED value IS 32 (12.89% from 255) = 29.36%

 GREEN value IS 40 (16.02% from 255) = 36.7%

 BLUE value IS 37 (14.84% from 255) = 33.94%

R = 29.36%
G = 36.7%
B = 33.94%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.84

RGB Variations

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

Color information

#202825 (or 0x202825) is known color: 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

RGB 32 40 37 -
CMYK 0.20 0 0.07 0.84
HSL 157.5º 0.11% 0.14% -
HSV(B) 157.5º 0.2% 0.16% -
XYZ 1.69 1.96 2.04 -
YUV 37.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 32 40 37 0.20 0 0.07 0.84 157.5 0.11 0.14
Hex 20 28 25 14 0 7 54 9E B E
Octal 40 50 45 24 0 7 124 236 13 16
Binary 100000 101000 100101 10100 0 111 1010100 10011110 1011 1110

Color Harmonies of #202825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202825

Black with #202825

Text Example


Text Example

White with #202825

Text Example


Text Example

HTML Codes & Css Web 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>