#142721

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

Shades of Racing Green #142721

Tints of Racing Green #142721

Color information

#142721 (or 0x142721) is unknown color: approx Racing Green. HEX triplet: 14, 27 and 21. RGB value is (20,39,33). Sum of RGB (Red+Green+Blue) = 20+39+33=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 39 (15.62% from 255 or 42.39% from 92); Blue value is 33 (13.28% from 255 or 35.87% from 92); Max value from RGB is 39 - color contains mainly: green. Hex color #142721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142721 is #EBD8DE. Grayscale: #202020. Windows color (decimal): -15456479 or 2172692. OLE color: 2172692.

HSL color Cylindrical-coordinate representation of color #142721: hue angle of 161.05º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #142721 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.85.

Color convert

RGB203933-
CMYK0.4900.150.85
HSL161.05º32.2%11.57%-
HSV(B)161.05º48.72%15.29%-
XYZ1.291.711.7-
YUV32.64128.21118.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.74%
GREEN value IS 39 (15.62% from 255) = 42.39%
BLUE value IS 33 (13.28% from 255) = 35.87%
R=21.74%
G=42.39%
B=35.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2039330.4900.150.85161.0532.211.57
Hex142721310F55a120c
Octal244741610171252414014
Binary10100100111100001110001011111010101101000011000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142721; }

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

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

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

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

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

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

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

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