#20302A

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

Shades of Racing Green #20302A

Tints of Racing Green #20302A

Color information

#20302A (or 0x20302A) is unknown color: approx Racing Green. HEX triplet: 20, 30 and 2A. RGB value is (32,48,42). Sum of RGB (Red+Green+Blue) = 32+48+42=122 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.23% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 48 - color contains mainly: green. Hex color #20302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20302A is #DFCFD5. Grayscale: #2A2A2A. Windows color (decimal): -14667734 or 2764832. OLE color: 2764832.

HSL color Cylindrical-coordinate representation of color #20302A: hue angle of 157.5º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #20302A is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.81.

Color convert

RGB324842-
CMYK0.3300.130.81
HSL157.5º20%15.69%-
HSV(B)157.5º33.33%18.82%-
XYZ2.072.592.58-
YUV42.53127.7120.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 26.23%
GREEN value IS 48 (19.14% from 255) = 39.34%
BLUE value IS 42 (16.80% from 255) = 34.43%
R=26.23%
G=39.34%
B=34.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3248420.3300.130.81157.52015.69
Hex20302A210D519e1410
Octal406052410151212362420
Binary100000110000101010100001011011010001100111101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20302A; }

 p { color: rgb(32,48,42); }

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

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

 a { background-color: rgb(32,48,42); }

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

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

 span { border-color: rgb(32,48,42); }

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