#142A25

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

Shades of Racing Green #142A25

Tints of Racing Green #142A25

Color information

#142A25 (or 0x142A25) is unknown color: approx Racing Green. HEX triplet: 14, 2A and 25. RGB value is (20,42,37). Sum of RGB (Red+Green+Blue) = 20+42+37=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 42 (16.80% from 255 or 42.42% from 99); Blue value is 37 (14.84% from 255 or 37.37% from 99); Max value from RGB is 42 - color contains mainly: green. Hex color #142A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142A25 is #EBD5DA. Grayscale: #222222. Windows color (decimal): -15455707 or 2435604. OLE color: 2435604.

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

Color convert

RGB204237-
CMYK0.5200.120.84
HSL166.36º35.48%12.16%-
HSV(B)166.36º52.38%16.47%-
XYZ1.451.942.05-
YUV34.85129.21117.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.20%
GREEN value IS 42 (16.80% from 255) = 42.42%
BLUE value IS 37 (14.84% from 255) = 37.37%
R=20.20%
G=42.42%
B=37.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2042370.5200.120.84166.3635.4812.16
Hex142A25340C54a623c
Octal245245640141242464314
Binary10100101010100101110100011001010100101001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,42,37); }

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

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

 a { background-color: rgb(20,42,37); }

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

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

 span { border-color: rgb(20,42,37); }

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