#142F29

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

Shades of Racing Green #142F29

Tints of Racing Green #142F29

Color information

#142F29 (or 0x142F29) is unknown color: approx Racing Green. HEX triplet: 14, 2F and 29. RGB value is (20,47,41). Sum of RGB (Red+Green+Blue) = 20+47+41=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 47 (18.75% from 255 or 43.52% from 108); Blue value is 41 (16.41% from 255 or 37.96% from 108); Max value from RGB is 47 - color contains mainly: green. Hex color #142F29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F29 is #EBD0D6. Grayscale: #262626. Windows color (decimal): -15454423 or 2699028. OLE color: 2699028.

HSL color Cylindrical-coordinate representation of color #142F29: hue angle of 166.67º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #142F29 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.

Color convert

RGB204741-
CMYK0.5700.130.82
HSL166.67º40.3%13.14%-
HSV(B)166.67º57.45%18.43%-
XYZ1.712.342.46-
YUV38.24129.55114.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.52%
GREEN value IS 47 (18.75% from 255) = 43.52%
BLUE value IS 41 (16.41% from 255) = 37.96%
R=18.52%
G=43.52%
B=37.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2047410.5700.130.82166.6740.313.14
Hex142F29390D52a728d
Octal245751710151222475015
Binary10100101111101001111001011011010010101001111010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142F29; }

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

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

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

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

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

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

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

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