#142522

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

Shades of Racing Green #142522

Tints of Racing Green #142522

Color information

#142522 (or 0x142522) is unknown color: approx Racing Green. HEX triplet: 14, 25 and 22. RGB value is (20,37,34). Sum of RGB (Red+Green+Blue) = 20+37+34=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 34 (13.67% from 255 or 37.36% from 91); Max value from RGB is 37 - color contains mainly: green. Hex color #142522 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142522 is #EBDADD. Grayscale: #1F1F1F. Windows color (decimal): -15456990 or 2237716. OLE color: 2237716.

HSL color Cylindrical-coordinate representation of color #142522: hue angle of 169.41º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #142522 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.85.

Color convert

RGB203734-
CMYK0.4600.080.85
HSL169.41º29.82%11.18%-
HSV(B)169.41º45.95%14.51%-
XYZ1.241.591.75-
YUV31.58129.37119.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.98%
GREEN value IS 37 (14.84% from 255) = 40.66%
BLUE value IS 34 (13.67% from 255) = 37.36%
R=21.98%
G=40.66%
B=37.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2037340.4600.080.85169.4129.8211.18
Hex1425222E0855a91eb
Octal244542560101252513613
Binary1010010010110001010111001000101010110101001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142522; }

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

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

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

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

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

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

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

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