#142621

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

Shades of Racing Green #142621

Tints of Racing Green #142621

Color information

#142621 (or 0x142621) is unknown color: approx Racing Green. HEX triplet: 14, 26 and 21. RGB value is (20,38,33). Sum of RGB (Red+Green+Blue) = 20+38+33=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 38 (15.23% from 255 or 41.76% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 38 - color contains mainly: green. Hex color #142621 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142621 is #EBD9DE. Grayscale: #202020. Windows color (decimal): -15456735 or 2172436. OLE color: 2172436.

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

Color convert

RGB203833-
CMYK0.4700.130.85
HSL163.33º31.03%11.37%-
HSV(B)163.33º47.37%14.9%-
XYZ1.261.641.69-
YUV32.05128.54119.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.98%
GREEN value IS 38 (15.23% from 255) = 41.76%
BLUE value IS 33 (13.28% from 255) = 36.26%
R=21.98%
G=41.76%
B=36.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2038330.4700.130.85163.3331.0311.37
Hex1426212F0D55a31fb
Octal244641570151252433713
Binary1010010011010000110111101101101010110100011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142621; }

 p { color: rgb(20,38,33); }

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

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

 a { background-color: rgb(20,38,33); }

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

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

 span { border-color: rgb(20,38,33); }

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