#142926

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

Shades of Racing Green #142926

Tints of Racing Green #142926

Color information

#142926 (or 0x142926) is unknown color: approx Racing Green. HEX triplet: 14, 29 and 26. RGB value is (20,41,38). Sum of RGB (Red+Green+Blue) = 20+41+38=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 41 (16.41% from 255 or 41.41% from 99); Blue value is 38 (15.23% from 255 or 38.38% from 99); Max value from RGB is 41 - color contains mainly: green. Hex color #142926 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142926 is #EBD6D9. Grayscale: #222222. Windows color (decimal): -15455962 or 2500884. OLE color: 2500884.

HSL color Cylindrical-coordinate representation of color #142926: hue angle of 171.43º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #142926 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB204138-
CMYK0.5100.070.84
HSL171.43º34.43%11.96%-
HSV(B)171.43º51.22%16.08%-
XYZ1.431.872.12-
YUV34.38130.04117.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.20%
GREEN value IS 41 (16.41% from 255) = 41.41%
BLUE value IS 38 (15.23% from 255) = 38.38%
R=20.20%
G=41.41%
B=38.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2041380.5100.070.84171.4334.4311.96
Hex142926330754ab22c
Octal24514663071242534214
Binary1010010100110011011001101111010100101010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142926; }

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

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

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

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

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

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

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

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