#142D28

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

Shades of Racing Green #142D28

Tints of Racing Green #142D28

Color information

#142D28 (or 0x142D28) is unknown color: approx Racing Green. HEX triplet: 14, 2D and 28. RGB value is (20,45,40). Sum of RGB (Red+Green+Blue) = 20+45+40=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 45 (17.97% from 255 or 42.86% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 45 - color contains mainly: green. Hex color #142D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142D28 is #EBD2D7. Grayscale: #242424. Windows color (decimal): -15454936 or 2632980. OLE color: 2632980.

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

Color convert

RGB204540-
CMYK0.5600.110.82
HSL168º38.46%12.75%-
HSV(B)168º55.56%17.65%-
XYZ1.612.182.34-
YUV36.96129.72115.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.05%
GREEN value IS 45 (17.97% from 255) = 42.86%
BLUE value IS 40 (16.02% from 255) = 38.10%
R=19.05%
G=42.86%
B=38.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2045400.5600.110.8216838.4612.75
Hex142D28380B52a826d
Octal245550700131222504615
Binary10100101101101000111000010111010010101010001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,45,40); }

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

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

 a { background-color: rgb(20,45,40); }

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

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

 span { border-color: rgb(20,45,40); }

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